Created
May 18, 2015 21:13
-
-
Save maxehmookau/0a8175e3c461312e65a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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