method
create_files
rails latest stable - Class:
Erb::Generators::AuthenticationGenerator
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