Skip to content

Instantly share code, notes, and snippets.

@huoxito
Created September 1, 2011 17:55
Show Gist options
  • Save huoxito/1186785 to your computer and use it in GitHub Desktop.
Save huoxito/1186785 to your computer and use it in GitHub Desktop.
Posts update
@posts = Post.find(params[:id])
@posts.update_attributes(params[:post])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment