Class: ActiveRecord::Generators::Base
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Thor::Group
- Rails::Generators::Base
- 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, extended, #included
Methods included from Rails::Generators::Migration
#create_migration, #migration_template, #set_migration_assigns!
Methods inherited from Rails::Generators::NamedBase
Methods inherited from Rails::Generators::Base
class_option, default_source_root, desc, hide!, hook_for, inherited, namespace, remove_hook_for, source_root
Methods included from Rails::Generators::Actions
#add_source, #capify!, #environment, #gem, #gem_group, #generate, #git, #initialize, #initializer, #lib, #rake, #rakefile, #readme, #route, #vendor
Constructor Details
This class inherits a constructor from Rails::Generators::NamedBase