Sha256: dd555724e4217388e6bf38b79e8f1877b76f2ecd221a74431da8f4955fbf0796
Contents?: true
Size: 381 Bytes
Versions: 38
Compression:
Stored size: 381 Bytes
Contents
# frozen_string_literal: true class Blacklight::Configuration class ViewConfig < Blacklight::OpenStructWithHashAccess class Show < ViewConfig def document_presenter_class super || Blacklight::ShowPresenter end end class Index < ViewConfig def document_presenter_class super || Blacklight::IndexPresenter end end end end
Version data entries
38 entries across 38 versions & 1 rubygems