There is no test that ensures that the params in `NEVER_UNPERMITTED_PARAMS` ("controller", "action") are excluded from the permitted params. If you remove both mentions on NEVER_UNPERMITTED_PARAMS in [parameters.rb](https://github.com/rails/strong_parameters/blob/master/lib/action_controller/parameters.rb) all tests still pass. p.s first time opening a git issue, please feel free to correct me in all aspects.
There is no test that ensures that the params in
NEVER_UNPERMITTED_PARAMS("controller", "action") are excluded from the permitted params.If you remove both mentions on NEVER_UNPERMITTED_PARAMS in parameters.rb all tests still pass.
p.s first time opening a git issue, please feel free to correct me in all aspects.