vinistock / sail

Sail is a lightweight Rails engine that brings an admin panel for managing configuration settings on a live Rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unpermitted params

denny opened this issue · comments

When I try to complete any action in the settings dashboard, the action fails and I get a strong params error in my logs:

ActionController::UnpermittedParameters (found unpermitted parameters: :_method, :locale):

I'll push up a PR for this in a few minutes, assuming it's as simple as it sounds 🙂 🤞🏼

Fixed by #338