Initial import
This commit is contained in:
4
vendor/plugins/will_paginate/test/fixtures/topic.rb
vendored
Normal file
4
vendor/plugins/will_paginate/test/fixtures/topic.rb
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
class Topic < ActiveRecord::Base
|
||||
has_many :replies, :dependent => :destroy, :order => 'replies.created_at DESC'
|
||||
belongs_to :project
|
||||
end
|
||||
Reference in New Issue
Block a user