Files
baclight/app/views/brokers/_broker.json.jbuilder
T

3 lines
115 B
Ruby
Raw Normal View History

2026-07-23 10:32:51 -04:00
json.extract! broker, :id, :name, :carrier_id, :created_at, :updated_at
json.url broker_url(broker, format: :json)