method

configure_authentication_routes

rails latest stable - Class: Rails::Generators::AuthenticationGenerator

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

configure_authentication_routes()
public

No documentation available.

# File railties/lib/rails/generators/rails/authentication/authentication_generator.rb, line 36
      def configure_authentication_routes
        route "resources :passwords, param: :token"
        route "resource :session"
      end