Class: Prevoty::Rails::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Prevoty::Rails::InstallGenerator
- Defined in:
- lib/generators/prevoty/rails/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config_file ⇒ Object
8 9 10 |
# File 'lib/generators/prevoty/rails/install_generator.rb', line 8 def copy_config_file copy_file "prevoty_rails.yml", "config/prevoty_rails.yml" end |