lib/pxpay/install_generator.rb in pxpay-0.1.8 vs lib/pxpay/install_generator.rb in pxpay-0.2.0

- old
+ new

@@ -4,10 +4,10 @@ desc "Copies pxpay.yml to config" source_root File.expand_path('../templates', __FILE__) def copy_files - template 'pxpay.yml' ,'config/pxpay.yml' + template 'pxpay.rb' ,'config/initializers/pxpay.rb' end end end \ No newline at end of file