method

create_files

create_files()
public

No documentation available.

# File railties/lib/rails/generators/erb/authentication/authentication_generator.rb, line 10
      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