Guest User

Untitled

a guest
Apr 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def self.find_by_year_and_month(year, month = nil, day = nil)
  2. self.find(:all, :conditions => "publication_date LIKE '#{year}-#{month}-#{day}'")
  3. end
Add Comment
Please, Sign In to add comment