Method: CloudspaceChatService::Generators::InstallGenerator#copy_migration

Defined in:
lib/generators/cloudspace_chat_service/install_generator.rb

#copy_migrationObject

Creates the migration



39
40
41
# File 'lib/generators/cloudspace_chat_service/install_generator.rb', line 39

def copy_migration
  migration_template "migrations/install_migration.rb.erb", "db/migrate/create_cloudspace_chat_service_tables.rb"
end