Skip to content

Instantly share code, notes, and snippets.

@djbender
Created September 9, 2013 20:02
Show Gist options
  • Save djbender/6500742 to your computer and use it in GitHub Desktop.
Save djbender/6500742 to your computer and use it in GitHub Desktop.
this is insanity, right?
def quantity
if splits.loaded?
splits.map(&:quantity).inject(&:+)
else
splits.sum(:quantity)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment