Skip to content

Instantly share code, notes, and snippets.

@zaneclaes
Created February 20, 2014 01:28
Show Gist options
  • Save zaneclaes/9105202 to your computer and use it in GitHub Desktop.
Save zaneclaes/9105202 to your computer and use it in GitHub Desktop.
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