Class: Communify::Generators::SmsGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/communify/generators/sms/sms_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_configObject



10
11
12
# File 'lib/communify/generators/sms/sms_generator.rb', line 10

def copy_config
  template "communify_sms.erb", "config/initializers/communify_sms.rb"
end