Class: CreateGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
ActiveRecord::Generators::Migration, DataClassification::Migration
Defined in:
lib/data_classification/generators/data_classification/create_generator.rb

Instance Method Summary collapse

Methods included from DataClassification::Migration

#add_data_classification, #data_classification_comment

Instance Method Details

#copy_migrationObject



18
19
20
21
22
# File 'lib/data_classification/generators/data_classification/create_generator.rb', line 18

def copy_migration
  validate!
  set_local_assigns!
  migration_template 'create_migration.rb.erb', "db/migrate/#{migration_file_name}.rb"
end