aboutsummaryrefslogblamecommitdiffstats
path: root/app/views/organisations/_organisation.json.jbuilder
blob: e4d8f9275bdce08fad5825ad9dc32ab48ff16e59 (plain) (tree)
1
2

                                                                
json.extract! organisation, :id, :name, :created_at, :updated_at
json.url organisation_url(organisation, format: :json)