Class: BrowserCms::Generators::Base
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- BrowserCms::Generators::Base
- Defined in:
- lib/generators/browser_cms.rb
Overview
Base class for generators that work on copying files out of the Gem into projects.
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
7 8 9 |
# File 'lib/generators/browser_cms.rb', line 7 def self.source_root @_browsercms_source_root ||= File.(File.join(File.dirname(__FILE__), '../../')) end |