class ToSpotlight::InstallGenerator

Public Instance Methods

inject_content_dm_yml() click to toggle source
# File lib/generators/install/install_generator.rb, line 4
def inject_content_dm_yml
  copy_file('config/to_spotlight.yml', 'config/to_spotlight.yml') unless File.file?('config/to_spotlight.yml')
end