Skip to content

Instantly share code, notes, and snippets.

@imustardsoft
Created November 8, 2011 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imustardsoft/1347759 to your computer and use it in GitHub Desktop.
Save imustardsoft/1347759 to your computer and use it in GitHub Desktop.
Spree Order.rb
# total amount of the order, only considering item cost
def amount
self.line_items.map(&:amount).sum
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment