Skip to content

Instantly share code, notes, and snippets.

@bjhess
Created February 21, 2013 15:36
Show Gist options
  • Save bjhess/5005530 to your computer and use it in GitHub Desktop.
Save bjhess/5005530 to your computer and use it in GitHub Desktop.
a thing
def total_price
[
total_price_without_discounts - self.yearly_discount - self.recurring_coupon_discount - self.special_deal_discount,
0
].max
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment