classic_pagination plugin

This commit is contained in:
Eugene Korbut 2009-01-08 06:22:44 +10:00
parent ab8bf72949
commit 53fd7ad6ee
23 changed files with 1267 additions and 487 deletions

View file

@ -0,0 +1,5 @@
class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
validates_presence_of :content
end