We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How To: Change the default sign_in and sign_out routes (markdown)
I don't think there is an inspecting scope machenism is devise.The scope should be decided by devise_scope method but not the url.For example,if you wrote get 'users/login',to: "devise/sessions#new" in the routes,devise would not find user as scope.
Minor: Format code for consistency
Updated How To: Change the default sign_in and sign_out routes (textile => markdown)