Class: RichCms::Generators::Base

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/rich_cms.rb

Class Method Summary collapse

Class Method Details

.source_rootObject



7
8
9
# File 'lib/generators/rich_cms.rb', line 7

def self.source_root
  File.expand_path File.join(File.dirname(__FILE__), "rich", generator_name, "templates")
end