Class: Orator::Generators::OratorGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_configurationObject



9
10
11
# File 'lib/generators/orator/orator_generator.rb', line 9

def copy_configuration
  template "template_orator.rb", "app/orators/#{orator_name}_orator.rb"
end