Class: JwtKeeper::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- JwtKeeper::InstallGenerator
- Defined in:
- lib/generators/jwt_keeper/install/install_generator.rb
Instance Method Summary collapse
-
#copy_files ⇒ Object
Copies the default config.
Instance Method Details
#copy_files ⇒ Object
Copies the default config
11 12 13 |
# File 'lib/generators/jwt_keeper/install/install_generator.rb', line 11 def copy_files copy_file 'jwt_keeper.rb', 'config/initializers/jwt_keeper.rb' end |