Skip to content

Instantly share code, notes, and snippets.

@tslim
Created May 9, 2012 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tslim/2643641 to your computer and use it in GitHub Desktop.
Save tslim/2643641 to your computer and use it in GitHub Desktop.
def update
current_user.update_attributes(params[:user])
respond_with current_user
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment