lib/generators/pesapal/install_generator.rb in pesapal-1.5.4 vs lib/generators/pesapal/install_generator.rb in pesapal-1.5.5
- old
+ new
@@ -1,5 +1,8 @@
module Pesapal
+ # Since generators are not specific to this project, it's preferable you refer
+ # to the official documentation on the Rails site here;
+ # http://guides.rubyonrails.org/generators.html
module Generators
class InstallGenerator < Rails::Generators::Base
source_root File.expand_path("../../templates", __FILE__)
desc "Creates a Pesapal config file to your application."