Class: ActiveRecord::Generators::SessionMigrationGenerator

Inherits:
Base show all
Defined in:
activerecord/lib/rails/generators/active_record/session_migration/session_migration_generator.rb

Instance Attribute Summary

Attributes included from Rails::Generators::Migration

#migration_class_name, #migration_file_name, #migration_number

Instance Method Summary collapse

Methods inherited from Base

base_root, next_migration_number

Methods included from Migration

#next_migration_number

Methods included from Rails::Generators::Migration

included, #migration_template

Methods inherited from Rails::Generators::NamedBase

#initialize

Methods inherited from Rails::Generators::Base

base_root, class_option, default_source_root, desc, hook_for, inherited, namespace, remove_hook_for, source_root

Methods included from Rails::Generators::Actions

#add_source, #capify!, #environment, #gem, #generate, #git, #initializer, #lib, #plugin, #rake, #rakefile, #readme, #route, #vendor

Constructor Details

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

Instance Method Details

#create_migration_fileObject



9
10
11
# File 'activerecord/lib/rails/generators/active_record/session_migration/session_migration_generator.rb', line 9

def create_migration_file
  migration_template "migration.rb", "db/migrate/#{file_name}.rb"
end