Sha256: 1ac82bc748c324d05e314d95d489cf7f43bca3091ee350baf8004c11e08b78c2
Contents?: true
Size: 205 Bytes
Versions: 15
Compression:
Stored size: 205 Bytes
Contents
# frozen_string_literal: true module Hyrax module InAdminSet extend ActiveSupport::Concern included do belongs_to :admin_set, predicate: Hyrax.config.admin_set_predicate end end end
Version data entries
15 entries across 15 versions & 1 rubygems