Class: PagseguroClient::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/pagseguro_client/generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configuration_fileObject



9
10
11
# File 'lib/pagseguro_client/generator.rb', line 9

def copy_configuration_file
  copy_file "config.yml", "config/pagseguro.yml"
end