Skip to content

Instantly share code, notes, and snippets.

@DiegoSalazar
Created July 20, 2012 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DiegoSalazar/3149112 to your computer and use it in GitHub Desktop.
Save DiegoSalazar/3149112 to your computer and use it in GitHub Desktop.
named_scope :with_over_lapping_dates, lambda {|starting_date, ending_date| {:conditions => ["? BETWEEN `start_date` AND `end_date` OR ? BETWEEN `start_date` AND `end_date`", starting_date, ending_date]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment