as_json

in app/models/order.rb [7:12]


  def as_json(opts = {})
    super opts.reverse_merge(
      methods: %i[customer_name]
    )
  end