Class: Pxpay::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/pxpay/install_generator.rb

Overview

The install generator for Pxpay

Instance Method Summary collapse

Instance Method Details

#copy_filesObject



8
9
10
# File 'lib/pxpay/install_generator.rb', line 8

def copy_files
  template        'pxpay.rb' ,'config/initializers/pxpay.rb'
end