Class: Yell::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/yell/install/install_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_templatesObject



7
8
9
# File 'lib/generators/yell/install/install_generator.rb', line 7

def create_templates
  template 'config/yell.yml', 'config/yell.yml'
end