Class: ActiveRecord::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ActiveRecord::Generators::Base
- Extended by:
- Migration
- Includes:
- Rails::Generators::Migration
- Defined in:
- activerecord/lib/rails/generators/active_record.rb
Overview
:nodoc:
Class Method Summary (collapse)
-
+ (Object) base_root
Set the current directory as base for the inherited generators.
Methods included from Migration
Class Method Details
+ (Object) base_root
Set the current directory as base for the inherited generators.
14 15 16 |
# File 'activerecord/lib/rails/generators/active_record.rb', line 14 def self.base_root File.dirname(__FILE__) end |