Sha256: 0c03f875612c356e38e4cc769014f3a6a712fe78451a3ebc0be004a84d56431c

Contents?: true

Size: 123 Bytes

Versions: 4

Compression:

Stored size: 123 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
groonga-client-rails-0.9.7 test/apps/rails4-mongoid/app/views/posts/index.json.jbuilder
groonga-client-rails-0.9.6 test/apps/rails4-mongoid/app/views/posts/index.json.jbuilder
groonga-client-rails-0.9.5 test/apps/rails4-mongoid/app/views/posts/index.json.jbuilder
groonga-client-rails-0.9.4 test/apps/rails4-mongoid/app/views/posts/index.json.jbuilder