Class: Orator::Generators::OratorGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Orator::Generators::OratorGenerator
- Defined in:
- lib/generators/orator/orator_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_configuration ⇒ Object
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 |