I am new to rails but was reading the docs about verifying params in my controllers and they seem to reference the verify method. But in rails 3 it shows that verify is deprecated. What is the new way of doing this?
The error i am getting is: verify was removed from Rails and is now available as a plugin.
Is this still used but just in plugin form now or have they replaced it with another method?
This Stackoverflow question will help you. So as you can see you don’t need to write verifications inside your controllers anymore in Rails 3.