-
Notifications
You must be signed in to change notification settings - Fork 134
Issue with Strong Parameters?? #68
Comments
What parameters are you sending? I'm loading this up in a similar configuration as we speak. I'll touch back with what I find. |
Reporting back: I can't reproduce this out of the box. Here are the parameters I'm sending,
I don't think you'll need to pass |
Sorry for the delayed reply. I am sending the following:
I get this error:
|
+1 on this. Works perfectly on one of my apps but error just started appearing on the other. |
Anyone have another solution for this? Another HTML editor for AA? This is a blocker for me. |
This workaround works.
|
I love this gem and have successfully used it for several years. For some reason, I just started getting this error:
ActionController::UnpermittedParameters in Admin::PostsController#create
I tried adding :_wysithml5_mode as a permitted param, but that did not work.
I'm running:
activeadmin 1.0.0.pre2
Rails 4.2.4
Ruby 2.2.3
Thanks in advance.
The text was updated successfully, but these errors were encountered: