Sha256: 9349b1a551f144f21da2ef96ede398aaa2fbcd2cb6ac35d25a1150108d03d8a3

Contents?: true

Size: 111 Bytes

Versions: 2

Compression:

Stored size: 111 Bytes

Contents

json.array!(@posts) do |post|
  json.extract! post, :title, :body
  json.url post_url(post, format: :json)
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
manifold_mock-0.0.1 test/dummy/app/views/posts/index.json.jbuilder
templator_chabz-0.9.0 test/dummy/app/views/posts/index.json.jbuilder