Class: PagSeguro::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- PagSeguro::InstallGenerator
- Defined in:
- lib/pagseguro/generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_configuration_file ⇒ Object
8 9 10 |
# File 'lib/pagseguro/generator.rb', line 8 def copy_configuration_file copy_file "config.yml", "config/pagseguro.yml" end |