Skip to content

Instantly share code, notes, and snippets.

@memaker
Created November 11, 2016 22:35
Show Gist options
  • Save memaker/2b68a57f2e7fb7558e3b6a9cf995650e to your computer and use it in GitHub Desktop.
Save memaker/2b68a57f2e7fb7558e3b6a9cf995650e to your computer and use it in GitHub Desktop.
# app/views/api/v1/users/index.json.jbuilder
json.array! @users do |user|
json.(user, :id, :email, :name)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment