Class: SavvyOpenrouter::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- SavvyOpenrouter::Generators::InstallGenerator
- Defined in:
- lib/generators/savvy_openrouter/install/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_config ⇒ Object
12 13 14 |
# File 'lib/generators/savvy_openrouter/install/install_generator.rb', line 12 def copy_config copy_file "savvy_openrouter.yml", "config/savvy_openrouter.yml" end |