Class: ActiveRecord::Generators::MigrationGenerator
- Inherits:
-
Base
- Object
- Rails::Generators::NamedBase
- Base
- ActiveRecord::Generators::MigrationGenerator
- Defined in:
- lib/rails/generators/active_record/migration/migration_generator.rb
Overview
:nodoc:
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#create_migration_file ⇒ Object
14 15 16 17 18 |
# File 'lib/rails/generators/active_record/migration/migration_generator.rb', line 14 def create_migration_file set_local_assigns! validate_file_name! migration_template @migration_template, File.join(db_migrate_path, "#{file_name}.rb") end |