]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/reply.rb
Runaway HTML in f28f28f24a61ce4a8956c220f04df5980d4dbd65 made all the interface BOLD
[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