3 lines
148 B
Ruby
3 lines
148 B
Ruby
json.extract! settings_zone, :id, :name, :is_active, :created_by, :created_at, :updated_at
|
|
json.url settings_zone_url(settings_zone, format: :json)
|