Class: Dunlop::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Generators::GeneratorHelpers, Rails::Generators::Migration
Defined in:
lib/generators/dunlop/install/install_generator.rb

Instance Method Summary collapse

Methods included from Generators::GeneratorHelpers

#inject_before_last_end

Instance Method Details

#generate_all_dunlop_modulesObject



8
9
10
11
12
13
14
# File 'lib/generators/dunlop/install/install_generator.rb', line 8

def generate_all_dunlop_modules
  generate "dunlop:install:base"
  generate "dunlop:install:source_files"
  generate "dunlop:install:csv"
  generate "dunlop:install:target_files" # requires source_file (configuration installer)
  generate "dunlop:install:workflow"
end