summaryrefslogtreecommitdiff
path: root/vendor/plugins/will_paginate/test/fixtures/reply.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/will_paginate/test/fixtures/reply.rb')
-rw-r--r--vendor/plugins/will_paginate/test/fixtures/reply.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/plugins/will_paginate/test/fixtures/reply.rb b/vendor/plugins/will_paginate/test/fixtures/reply.rb
deleted file mode 100644
index ecaf3c1..0000000
--- a/vendor/plugins/will_paginate/test/fixtures/reply.rb
+++ /dev/null
@@ -1,7 +0,0 @@
1class Reply < ActiveRecord::Base
2 belongs_to :topic, :include => [:replies]
3
4 named_scope :recent, :conditions => ['replies.created_at > ?', 15.minutes.ago]
5
6 validates_presence_of :content
7end