Sha256: 16eba49e3dc29a2cfe95200e96ebee94460529c334475649a4287834af6b9033
Contents?: true
Size: 332 Bytes
Versions: 4
Compression:
Stored size: 332 Bytes
Contents
module Hydra module ModelMixins module Migratable extend ActiveSupport::Concern included do has_metadata :name=>"migrationInfo", :type=>Hydra::Datastream::MigrationInfo, :autocreate=>true delegate :current_migration, :to=>:migrationInfo, :at=>[:current], :unique=>true end end end end
Version data entries
4 entries across 4 versions & 1 rubygems