Class: HotFlash::Generators::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#copy_templatesObject



8
9
10
# File 'lib/generators/hot_flash/install_generator.rb', line 8

def copy_templates
  template "config.rb", "config/initializers/hotflash.rb"
end