class LolcationClient::Generators::InstallGenerator

Public Instance Methods

copy_yml_file() click to toggle source
# File lib/generators/lolcation_client/install_generator.rb, line 9
def copy_yml_file
  template "lolcation.yml", "config/lolcation.yml"

  puts "Do not forget to change your token at config/lolcation.yml"
end