method
create_files
v8.1.1 -
Show latest stable
- Class:
Erb::Generators::AuthenticationGenerator
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