Is there anyway to disable using strong params?
And I know it's a security vulnerability but I really don't need it / want it.
Turning off attribute protection is almost always a bad idea.
With that obligatory note out of the way, here's how to turn it off:
config.action_controller.permit_all_parameters = true
Place this in config/application.rb
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With