Class: PagSeguro::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configuration_fileObject



8
9
10
# File 'lib/pagseguro/generator.rb', line 8

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