Class: Pxpay::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Pxpay::InstallGenerator
- Defined in:
- lib/pxpay/install_generator.rb
Overview
The install generator for Pxpay
Instance Method Summary collapse
Instance Method Details
#copy_files ⇒ Object
8 9 10 |
# File 'lib/pxpay/install_generator.rb', line 8 def copy_files template 'pxpay.rb' ,'config/initializers/pxpay.rb' end |