Class: Devise::Views::FoundationTemplatesGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Devise::Views::FoundationTemplatesGenerator
- Defined in:
- lib/generators/devise/views/foundation_templates/foundation_templates_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_views ⇒ Object
9 10 11 |
# File 'lib/generators/devise/views/foundation_templates/foundation_templates_generator.rb', line 9 def copy_views directory(template, Rails.root.join("app", "views", "devise")) end |