Created
December 5, 2016 19:36
-
-
Save hayduke19us/45e24b2c85569cafa901fa786a70c34a 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
module Serializers | |
class BookingRequest < Base | |
template(:new_relic) do |booking_request| | |
itinerary = booking_request.booked_itinerary | |
{ | |
agent_code: itinerary.agent_code | |
} | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment