Class: Merb::Generators::LayoutGenerator

Inherits:
NamedGenerator show all
Defined in:
lib/generators/layout.rb

Class Method Summary collapse

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::NamedGenerator

Class Method Details

.source_rootObject



5
6
7
# File 'lib/generators/layout.rb', line 5

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