Class: ActiveRecord::Generators::Base

Inherits:
Rails::Generators::NamedBase 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!

Methods inherited from Rails::Generators::NamedBase

#initialize

Methods inherited from Rails::Generators::Base

class_option, default_source_root, desc, exit_on_failure?, hide!, hook_for, inherited, namespace, remove_hook_for, source_root

Methods included from Rails::Generators::Actions

#add_source, #environment, #gem, #gem_group, #generate, #git, #github, #initialize, #initializer, #lib, #rails_command, #rake, #rakefile, #readme, #route, #vendor

Constructor Details

This class inherits a constructor from Rails::Generators::NamedBase

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