class Topic < ActiveRecord::Base def self.find_new find :all, :conditions => ['created_at > ?', 1.week.ago] endend