Class: Merb::Generators::FreezerGenerator

Inherits:
Generator
  • Object
show all
Defined in:
lib/generators/freezer.rb

Class Method Summary collapse

Methods inherited from Generator

#go_up, #initialize, #with_modules

Constructor Details

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

Class Method Details

.source_rootObject



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

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