app/presenters/blacklight/document_presenter.rb in blacklight-7.31.0 vs app/presenters/blacklight/document_presenter.rb in blacklight-7.32.0

- old
+ new

@@ -123,9 +123,14 @@ def show_view_config configuration.view_config(:show) end + def inspect + fields = "document:#{document.inspect}" + "#<#{self.class.name}:#{object_id} #{fields}>" + end + private def render_field?(field_config) field_presenter(field_config).render_field? end