Sha256: 3c00d8c294a52d6b21ad3bc4e3c55afe04c30166bcfc9b3b7e686d29b448fab5
Contents?: true
Size: 354 Bytes
Versions: 36
Compression:
Stored size: 354 Bytes
Contents
module Hyrax::HasRendering extend ActiveSupport::Concern included do # rubocop:disable Rails/HasAndBelongsToMany has_and_belongs_to_many :renderings, predicate: Hyrax.config.rendering_predicate, class_name: 'ActiveFedora::Base' # rubocop:enable Rails/HasAndBelongsToMany end end
Version data entries
36 entries across 36 versions & 1 rubygems