3 lines
120 B
Ruby
3 lines
120 B
Ruby
json.extract! caf, :id, :company_id, :name, :description, :created_at, :updated_at
|
|
json.url caf_url(caf, format: :json)
|