diff options
Diffstat (limited to 'actionpack/test/fixtures/reply.rb')
-rw-r--r-- | actionpack/test/fixtures/reply.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/fixtures/reply.rb b/actionpack/test/fixtures/reply.rb deleted file mode 100644 index 047522c55b..0000000000 --- a/actionpack/test/fixtures/reply.rb +++ /dev/null @@ -1,7 +0,0 @@ -class Reply < ActiveRecord::Base - scope :base, -> { all } - belongs_to :topic, -> { includes(:replies) } - belongs_to :developer - - validates_presence_of :content -end |