Class: Haml::Generators::AuthenticationGenerator
- Inherits:
-
Erb::Generators::AuthenticationGenerator
- Object
- Erb::Generators::AuthenticationGenerator
- Haml::Generators::AuthenticationGenerator
- Defined in:
- lib/generators/haml/authentication/authentication_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_files ⇒ Object
10 11 12 13 14 |
# File 'lib/generators/haml/authentication/authentication_generator.rb', line 10 def create_files template "app/views/passwords/new.html.haml" template "app/views/passwords/edit.html.haml" template "app/views/sessions/new.html.haml" end |