Class: Projecto::AppGenerator

Inherits:
Rails::Generators::AppGenerator
  • Object
show all
Defined in:
lib/projecto/generators/app_generator.rb

Instance Method Summary collapse

Instance Method Details

#finish_templateObject



21
22
23
# File 'lib/projecto/generators/app_generator.rb', line 21

def finish_template
  invoke :projecto_customizations
end

#projecto_customizationsObject



25
26
27
28
29
30
31
32
# File 'lib/projecto/generators/app_generator.rb', line 25

def projecto_customizations
  build :set_ruby_version
  build :setup_rspec
  build :custom_application_config
  build :setup_assets
  build :setup_heroku
  build :setup_view_application
end