Class: AfricasTalking::Generators::TemplateGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_templatesObject



11
12
13
# File 'lib/generators/africas_talking/template_generator.rb', line 11

def copy_templates
	copy_file "africas_talking_config.yml.erb", "#{templates_path}/africas_talking.yml"
end