Class: ActiveRecord::Generators::Base

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

Overview

:nodoc:

Direct Known Subclasses

MigrationGenerator, ModelGenerator

Class Method Summary collapse

Class Method Details

.base_rootObject

Set the current directory as base for the inherited generators.



14
15
16
# File 'lib/rails/generators/active_record.rb', line 14

def self.base_root
  __dir__
end