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