Class: ActiveRecord::Generators::Base

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Includes:
Migration
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/rails/generators/active_record.rb

Overview

:nodoc:

Direct Known Subclasses

MigrationGenerator, ModelGenerator

Class Method Summary collapse

Methods included from ActiveSupport::Concern

#append_features, #class_methods, extended, #included, #prepend_features, #prepended

Class Method Details

.base_rootObject

Set the current directory as base for the inherited generators.



14
15
16
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/rails/generators/active_record.rb', line 14

def self.base_root
  __dir__
end