Sha256: c90136a5d3ca6b80f4b601f7aedf14dea474250d855a2a2cac6e4f722dbc6d0c

Contents?: true

Size: 144 Bytes

Versions: 5

Compression:

Stored size: 144 Bytes

Contents

json.array!(entries) do |entry|
  json.extract! entry, :id, *default_crud_attrs
  json.url polymorphic_url(path_args(entry), format: :json)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dry_crud-7.1.0 app/views/list/index.json.jbuilder
dry_crud-6.0.0 app/views/list/index.json.jbuilder
dry_crud-5.2.0 app/views/list/index.json.jbuilder
dry_crud-5.0.0 app/views/list/index.json.jbuilder
dry_crud-3.0.0 app/views/list/index.json.jbuilder