Class: Devise::Views::FoundationTemplatesGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/devise/views/foundation_templates/foundation_templates_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_viewsObject



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