Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created May 18, 2015 21:13
Show Gist options
  • Save maxehmookau/0a8175e3c461312e65a5 to your computer and use it in GitHub Desktop.
Save maxehmookau/0a8175e3c461312e65a5 to your computer and use it in GitHub Desktop.
class Customer
def self.active
get all customers where order total is above £100 this month
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment