Class: WebpayInterswitch::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- WebpayInterswitch::Generators::InstallGenerator
- Defined in:
- lib/generators/webpay_interswitch/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#create_webpay_initializer ⇒ Object
10 11 12 |
# File 'lib/generators/webpay_interswitch/install_generator.rb', line 10 def create_webpay_initializer copy_file 'webpay.rb', 'config/initializers/webpay.rb' end |
#create_webpay_yml ⇒ Object
6 7 8 |
# File 'lib/generators/webpay_interswitch/install_generator.rb', line 6 def create_webpay_yml copy_file 'webpay_interswitch.yml.example', 'config/webpay_interswitch.yml.example' end |