Sha256: b9c38559be8e9b07b31729958f538464ef8c1062f516dd3c002da30362b8fcb6
Contents?: true
Size: 217 Bytes
Versions: 29
Compression:
Stored size: 217 Bytes
Contents
# frozen_string_literal: true namespace :hyrax do namespace :install do desc 'Copy migrations from Hyrax to application' task migrations: :environment do Hyrax::DatabaseMigrator.copy end end end
Version data entries
29 entries across 29 versions & 1 rubygems