Sha256: a515f01a27d8a327b9c6335f6da021123283cdb36ff8d46c76c249affd435e14

Contents?: true

Size: 109 Bytes

Versions: 5

Compression:

Stored size: 109 Bytes

Contents

json.array!(@books) do |book|
  json.extract! book, :id, :title
  json.url book_url(book, format: :json)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
activerecord-refresh_connection-0.0.5 example/app/views/books/index.json.jbuilder
activerecord-refresh_connection-0.0.4 example/app/views/books/index.json.jbuilder
activerecord-refresh_connection-0.0.3 example/app/views/books/index.json.jbuilder
activerecord-refresh_connection-0.0.2 example/app/views/books/index.json.jbuilder
activerecord-refresh_connection-0.0.1 example/app/views/books/index.json.jbuilder