RESTful routes and verify :method

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