Class: LolcationClient::Generators::InstallGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- LolcationClient::Generators::InstallGenerator
- Defined in:
- lib/generators/lolcation_client/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_yml_file ⇒ Object
9 10 11 12 13 |
# 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 |