method

create_files

rails latest stable - Class: Erb::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.

create_files()
public

No documentation available.

# File railties/lib/rails/generators/erb/authentication/authentication_generator.rb, line 8
      def create_files
        template "app/views/passwords/new.html.erb"
        template "app/views/passwords/edit.html.erb"
        template "app/views/sessions/new.html.erb"
      end