Class: Merb::Generators::ApplicationGenerator

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



42
43
44
# File 'lib/merb-gen/generator.rb', line 42

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