mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
|
json.array!(@licences) do |licence|
|
||
|
json.extract! licence, :id, :name, :description
|
||
|
json.url licence_url(licence, format: :json)
|
||
|
end
|