Sha256: e7ffc2b795a849178dcaa8f5c94f98b5308fd945311671b56acd361b29e0a86d
Contents?: true
Size: 196 Bytes
Versions: 33
Compression:
Stored size: 196 Bytes
Contents
module ActiveFedora module Attributes module PrimaryKey # If the id is "/foo:1" then to_key ought to return ["foo:1"] def to_key id && [id] end end end end
Version data entries
33 entries across 33 versions & 1 rubygems