Skip to content

Instantly share code, notes, and snippets.

@airspeed
Last active December 19, 2015 06:09
Show Gist options
  • Save airspeed/5909221 to your computer and use it in GitHub Desktop.
Save airspeed/5909221 to your computer and use it in GitHub Desktop.
Liest alle Bestellungen aus der Datenbank heraus, die nach Überfälligkeit zu überprüfen sind.
OrderItem.where( :state => Settings.shipping.timeplan.keys, :created_at => Date.today - 1.year .. Date.tomorrow - Settings.shipping.timeplan.values.min )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment