Method: Ticket#as_json

Defined in:
app/models/ticket.rb

#as_json(options = {}) ⇒ Object



86
87
88
# File 'app/models/ticket.rb', line 86

def as_json(options = {})
  super(options).merge!({:ticket_type => ticket_type}).except!("section_id", "buyer_id", "show_id", "ticket_type_id", "cart_id", "discount_id", "organization_id", "old_mongo_id")
end