Class: Passconf::AssetsGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Passconf::AssetsGenerator
- Defined in:
- lib/generators/passconf/assets_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_files ⇒ Object
6 7 8 9 |
# File 'lib/generators/passconf/assets_generator.rb', line 6 def copy_files copy_file "app/assets/javascripts/passconf/password_template.js", "app/assets/javascripts/passconf/password_template.js" copy_file "app/assets/stylesheets/passconf/index.css", "app/assets/stylesheets/passconf/index.css" end |