Class: Sufia::Models::UpdateContentBlocksGenerator

Inherits:
AbstractMigrationGenerator show all
Defined in:
lib/generators/sufia/models/update_content_blocks_generator.rb

Instance Method Summary collapse

Methods inherited from AbstractMigrationGenerator

next_migration_number

Instance Method Details



10
11
12
# File 'lib/generators/sufia/models/update_content_blocks_generator.rb', line 10

def banner
  say_status("info", "CREATING MIGRATION FILE", :blue)
end

#copy_migrationsObject



14
15
16
# File 'lib/generators/sufia/models/update_content_blocks_generator.rb', line 14

def copy_migrations
  better_migration_template 'add_external_key_to_content_blocks.rb'
end