Hi guys. I'm trying to get rid of some non-existing routes. My br UserSessionsController has three methods: new, create, and destroy. br However, in routes.rb , I'm generating the 7 RESTful routes: br map.resource :user_session br pSo, I thought that this would generate routes for the 3 actions that br do exist: