Sha256: 6bd99f9230cd956f8fbb2c2eb2962205141ac03f7a081994e900383887d25823
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
module Pxpay # The install generator for Pxpay class InstallGenerator < Rails::Generators::Base desc "Copies pxpay.yml to config" source_root File.expand_path('../templates', __FILE__) def copy_files template 'pxpay.yml' ,'config/pxpay.yml' end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pxpay-0.1.8 | lib/pxpay/install_generator.rb |
pxpay-0.1.5 | lib/pxpay/install_generator.rb |
pxpay-0.1.3 | lib/pxpay/install_generator.rb |
pxpay-0.1.2 | lib/pxpay/install_generator.rb |