Ruby on Rails
Tuesday, June 13, 2017
ActionController::ParameterMissing in CommentsController#new
param is missing or the value is empty: comment
class CommentsController < ApplicationController
def comment_params
params.require(:comment).permit(:comment, :commentable_id, :commentable_type)
end
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/a7beac71-d952-4b4d-ae2c-15f3a0f444c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment