Skip to content

Instantly share code, notes, and snippets.

@gfmurphy
Created January 17, 2012 15:41
Show Gist options
  • Save gfmurphy/1627120 to your computer and use it in GitHub Desktop.
Save gfmurphy/1627120 to your computer and use it in GitHub Desktop.
Spree Price Bucket Calculator Fix
Order.class_eval do
def amount
line_items.map(&:amount).sum
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment