spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

NoMethodError (undefined method `permit' for "<p>23423</p>":String): #215

Closed JorgeDDW closed 7 years ago

JorgeDDW commented 7 years ago

Any idea on whats the problem with this issue? NoMethodError (undefined methodpermit' for "

23423

":String):`

spohlenz commented 7 years ago

Sounds like it might be a params issue in your controller, so I'd suggest starting there. You may not need a call to params.require(..).permit(..) if you're just passing in a single top-level param.