Class: MajesticSeo::Generators::MajesticSeoGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configObject



11
12
13
# File 'lib/generators/majestic_seo/majestic_seo_generator.rb', line 11

def copy_config
  template "majestic_seo.template.yml", "config/majestic_seo.yml"
end