Class: Haml::Generators::AuthenticationGenerator

Inherits:
Erb::Generators::AuthenticationGenerator
  • Object
show all
Defined in:
lib/generators/haml/authentication/authentication_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_filesObject



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