Skip to content

Instantly share code, notes, and snippets.

@handcrafted
Created August 21, 2009 20:22
Show Gist options
  • Save handcrafted/172404 to your computer and use it in GitHub Desktop.
Save handcrafted/172404 to your computer and use it in GitHub Desktop.
def has_generic_discounts?
return false if self.generic_discounts.empty?
true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment