Class: IndexTankedGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Extended by:
ActiveRecord::Generators::Migration
Includes:
Rails::Generators::Migration
Defined in:
lib/generators/index_tanked/index_tanked_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_migration_fileObject



9
10
11
# File 'lib/generators/index_tanked/index_tanked_generator.rb', line 9

def create_migration_file
  migration_template 'migration.rb', "db/migrate/create_index_tanked_documents.rb"
end