Skip to content

Instantly share code, notes, and snippets.

@amykangweb
Created October 14, 2015 07:14
Show Gist options
  • Save amykangweb/c4c2b00a23580d77e838 to your computer and use it in GitHub Desktop.
Save amykangweb/c4c2b00a23580d77e838 to your computer and use it in GitHub Desktop.
Controller Patch Method
def published
@post.update(published: true)
redirect_to :back, notice: "This post has been published!"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment