Ruby on Rails Tuesday, June 13, 2017

> On Jun 13, 2017, at 9:07 PM, fugee ohu <fugee279@gmail.com> wrote:
>
> 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
>
>

What does the form look like that sends to this controller?

Walter

>
> --
> 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.

--
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/D52248AE-5A53-4852-893C-89F2C0EF1B2A%40wdstudio.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment