Class: Merb::Generators::FcgiGenerator

Inherits:
AppGenerator show all
Defined in:
lib/generators/fcgi.rb

Class Method Summary collapse

Methods inherited from AppGenerator

#gems_for_orm, #gems_for_template_engine, #gems_for_testing_framework, #initialize, #merb_gems_version

Methods inherited from NamedGenerator

#class_name, #file_name, #initialize, #symbol_name, #test_class_name

Methods inherited from Generator

#go_up, #initialize, #with_modules

Methods included from ColorfulMessages

#error, #success, #warning

Constructor Details

This class inherits a constructor from Merb::Generators::AppGenerator

Class Method Details

.source_rootObject



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

def self.source_root
  File.join(super, 'component', 'fcgi')
end