Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 8, 2017 17:02
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 domagude/b6c0943bc406aecf0a5c0e3357f3b1a2 to your computer and use it in GitHub Desktop.
Save domagude/b6c0943bc406aecf0a5c0e3357f3b1a2 to your computer and use it in GitHub Desktop.
...
def post_params
params.require(:post).permit(:content, :title, :category_id)
.merge(user_id: current_user.id)
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment