/ Published in: Rails
Expand |
Embed | Plain Text
@objects = Object_Name.where("created_at < :week", {:week => 1.week.ago})
You need to login to post a comment.
@objects = Object_Name.where("created_at < :week", {:week => 1.week.ago})
You need to login to post a comment.