🤔 Situation
pry> params
# (pry) output error: #<ActionController::UnfilteredParameters: unable to convert unpermitted parameters to hash>
👍 Try
pry> params.permit!
{
"controller" => "photos",
"action" => "new"
}
For further actions, you may consider blocking this person and/or reporting abuse
sugiarto -
Waruna -
JetThoughts Dev -
Davide Santangelo -
Top comments (0)