Sha256: e48ecd6a181e3d491ce4234f7e2d7737476644951e3ddb739f429a0f0ff3ce9c
Contents?: true
Size: 258 Bytes
Versions: 1
Compression:
Stored size: 258 Bytes
Contents
module 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pxpay-0.1.1 | lib/pxpay/install_generator.rb |