Sha256: 398215aa4849f2bc2fa999cb6dbe06d7287bd5390582935185ba6afcc1d86879

Contents?: true

Size: 125 Bytes

Versions: 5

Compression:

Stored size: 125 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubybench_runner-0.1.4 lib/rubybench_runner/rails/benchmarks/views/posts/index.json.jbuilder
rubybench_runner-0.1.3 lib/rubybench_runner/rails/benchmarks/views/posts/index.json.jbuilder
rubybench_runner-0.1.2 lib/rubybench_runner/rails/benchmarks/views/posts/index.json.jbuilder
rubybench_runner-0.1.1 lib/rubybench_runner/rails/benchmarks/views/posts/index.json.jbuilder
rubybench_runner-0.1.0 lib/rubybench_runner/rails/benchmarks/views/posts/index.json.jbuilder