Skip to content

Instantly share code, notes, and snippets.

@8parth
Created November 12, 2016 14:00
Show Gist options
  • Save 8parth/8ecea965d80f141b4f75f6e0f371abe1 to your computer and use it in GitHub Desktop.
Save 8parth/8ecea965d80f141b4f75f6e0f371abe1 to your computer and use it in GitHub Desktop.
fetch users
def index
@users = User.all
render json: @users
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment