Class: EventMachine::ApnManager::Install

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/em_apn_manager/generators/install.rb

Instance Method Summary collapse

Instance Method Details

#create_configObject



8
9
10
11
# File 'lib/em_apn_manager/generators/install.rb', line 8

def create_config
  say "Create Configure file to project...", :yellow
  copy_file "em_apn_manager.yml", "config/em_apn_manager.yml"
end