Class: ActiveRecord::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- ActiveRecord::Generators::Base
- Includes:
- Migration
- Defined in:
- activerecord/lib/rails/generators/active_record.rb
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary
Attributes included from Rails::Generators::Migration
#migration_class_name, #migration_file_name, #migration_number
Class Method Summary collapse
-
.base_root ⇒ Object
Set the current directory as base for the inherited generators.
Methods included from ActiveSupport::Concern
#append_features, #class_methods, extended, #included, #prepend_features, #prepended
Methods included from Rails::Generators::Migration
#create_migration, #migration_template, #set_migration_assigns!
Class Method Details
.base_root ⇒ Object
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 __dir__ end |