Created
February 20, 2014 01:28
-
-
Save zaneclaes/9105202 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
invoice_items = @trip_invoice.trip_invoice.trip_invoice_items.map do |item| | |
item.trip_product = TripProduct.find_by_id(item.trip_product_id) | |
item | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment