Class: Merb::Generators::ComponentGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/merb-gen/generator.rb

Class Method Summary collapse

Methods inherited from Generator

#initialize, #with_modules

Constructor Details

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

Class Method Details

.source_rootObject



48
49
50
# File 'lib/merb-gen/generator.rb', line 48

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