app/models/spotlight/resource.rb in blacklight-spotlight-0.26.1 vs app/models/spotlight/resource.rb in blacklight-spotlight-0.27.0

- old
+ new

@@ -11,9 +11,11 @@ define_model_callbacks :index class_attribute :weight belongs_to :exhibit + has_many :solr_document_sidecars + serialize :data, Hash store :metadata, accessors: [ :enqueued_at, :last_indexed_estimate, :last_indexed_count,