Class: ActiveRecord::Generators::Base
- Inherits:
 - 
      Rails::Generators::NamedBase
      
        
- Object
 - Rails::Generators::NamedBase
 - ActiveRecord::Generators::Base
 
 
- Includes:
 - Migration
 
- Defined in:
 - lib/rails/generators/active_record.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.
      14 15 16  | 
    
      # File 'lib/rails/generators/active_record.rb', line 14 def self.base_root __dir__ end  |