Class: CouchrestModel::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- CouchrestModel::Generators::Base
- Defined in:
- lib/rails/generators/couchrest_model.rb
Overview
:nodoc:
Direct Known Subclasses
Class Method Summary collapse
-
.base_root ⇒ Object
Set the current directory as base for the inherited generators.
Class Method Details
.base_root ⇒ Object
Set the current directory as base for the inherited generators.
10 11 12 |
# File 'lib/rails/generators/couchrest_model.rb', line 10 def self.base_root File.dirname(__FILE__) end |