module-and-template-store/app/views/extensions/index.json.jbuilder

5 lines
143 B
Ruby

json.array!(@extensions) do |extension|
json.extract! extension, :id, :title, :author
json.url extension_url(extension, format: :json)
end