]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/classic_pagination/test/fixtures/topic.rb
Make the role in relations optional, with a test to make sure it is. Also start movin...
[rails.git] / vendor / plugins / classic_pagination / test / fixtures / topic.rb
1 class Topic < ActiveRecord::Base
2   has_many :replies, :include => [:user], :dependent => :destroy
3 end