Class: ActiveRecord::Generators::Base

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
Migration
Defined in:
activerecord/lib/rails/generators/active_record.rb

Overview

:nodoc:

Direct Known Subclasses

MigrationGenerator, ModelGenerator

Instance Attribute Summary

Attributes included from Rails::Generators::Migration

#migration_class_name, #migration_file_name, #migration_number

Class Method Summary collapse

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_rootObject

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