Skip to content

Instantly share code, notes, and snippets.

@DGaffney
Created March 21, 2011 19:20
Show Gist options
  • Select an option

  • Save DGaffney/880026 to your computer and use it in GitHub Desktop.

Select an option

Save DGaffney/880026 to your computer and use it in GitHub Desktop.
named_scope :from_date, lambda {|date| {:conditions => {:created_date => date}}}
named_scope :today, :from_date Date.today
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment