class Mypg::Generators::InstallGenerator

Public Instance Methods

copy_install_file() click to toggle source
# File lib/generators/mypg/install_generator.rb, line 6
def copy_install_file
  template 'mypg.yml', 'config/mypg.yml'
end