RESTful routes and verify :method

If my application is using RESTful routing, does using
“verify :method” in controllers become redundant?

On Aug 6, 5:49 pm, Grynszpan [email protected] wrote:

If my application is using RESTful routing, does using
“verify :method” in controllers become redundant?

If you still have the default route in your app then people can in
still get routed to your actions with the ‘wrong’ method

Fred