Class: Stonepath::Generators::Base

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/stonepath.rb

Class Method Summary collapse

Class Method Details

.source_rootObject



6
7
8
# File 'lib/generators/stonepath.rb', line 6

def self.source_root
  @source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'stonepath', generator_name, 'templates'))        
end