Skip to content

Instantly share code, notes, and snippets.

@cthornton
Created July 3, 2014 03:53
Show Gist options
  • Save cthornton/366cbd967689ac33dcd6 to your computer and use it in GitHub Desktop.
Save cthornton/366cbd967689ac33dcd6 to your computer and use it in GitHub Desktop.
# app/views/posts/index.jbuilder
json.array! @posts, :id, :title, :description, :created_at, ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment