class EventMachine::ApnManager::Install

Public Instance Methods

create_config() click to toggle source
# 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