Skip to content

Instantly share code, notes, and snippets.

@domagude
Created November 8, 2017 17:02
...
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