Class: Cream::Generators::FullConfigGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Extended by:
RailsAssist::UseMacro
Includes:
Cream::GeneratorHelper
Defined in:
lib/generators/cream/full_config/full_config_generator.rb

Instance Method Summary collapse

Methods included from Cream::GeneratorHelper

#add_logger, #debug!, included, #info!, #logit!

Instance Method Details

#mainObject



48
49
50
51
# File 'lib/generators/cream/full_config/full_config_generator.rb', line 48

def main
  logit! 
  execute_generator if validate_orm && validate_strategy
end