Class: Osbourne::InstallGenerator

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

Instance Method Summary collapse

Instance Method Details

#generate_installObject



9
10
11
12
# File 'lib/generators/osbourne/install/install_generator.rb', line 9

def generate_install
  template "osbourne_yaml_template.template", "config/osbourne.yml"
  template "osbourne_initializer_template.template", "config/initializers/osbourne.rb"
end