class BestBoy::Generators::InstallGenerator

Public Instance Methods

copy_config() click to toggle source
# File lib/generators/best_boy/install_generator.rb, line 7
def copy_config
  template "config/initializers/best_boy.rb"
end