as_json

in app/models/product.rb [10:15]


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