class Spgateway::Generators::InstallGenerator
Public Instance Methods
copy_initializer()
click to toggle source
# File lib/generators/spgateway/install_generator.rb, line 9 def copy_initializer template "spgateway.rb", "config/initializers/spgateway.rb" end
show_readme()
click to toggle source
# File lib/generators/spgateway/install_generator.rb, line 13 def show_readme readme "README" if behavior == :invoke end