Sha256: b647efa5df4518de0e31720b94c51d74ed32384df64181137c73beb5a55c92fd
Contents?: true
Size: 273 Bytes
Versions: 25
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module Blacklight class FacetFieldNoLayoutComponent < Blacklight::Component include Blacklight::ContentAreasShim renders_one :label renders_one :body def initialize(**); end def call body.to_s end end end
Version data entries
25 entries across 25 versions & 2 rubygems