Public instance methods
find_recent
(params = {})
[show source]
# File test/fixtures/project.rb, line 9 def find_recent(params = {}) with_scope :find => { :conditions => ['replies.created_at > ?', 15.minutes.ago] } do find :all, params end end