]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/reply.rb
ea84042b9a017e7c955e3f1003e46b3233b4a8bc
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / reply.rb
1 class Reply < ActiveRecord::Base
2   belongs_to :topic, :include => [:replies]
3   
4   validates_presence_of :content
5 end