Skip to content

Instantly share code, notes, and snippets.

@CADBOT
Created May 19, 2014 22:34
Show Gist options
  • Save CADBOT/675ea60ad766b9bdd0bd to your computer and use it in GitHub Desktop.
Save CADBOT/675ea60ad766b9bdd0bd to your computer and use it in GitHub Desktop.
def create
@post = Post.new(post_params)
end
private
def post_params
params.require(:post).permit(:title, :body)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment