Sha256: 215f321f51d19e1a89005c2dd494fb6aec03244f5404a9aea2cfa88a4a08586c
Contents?: true
Size: 350 Bytes
Versions: 39
Compression:
Stored size: 350 Bytes
Contents
module Blacklight # Returned if no config is defined for the field in the Blacklight::Configuration class Configuration::NullField < Blacklight::Configuration::Field def initialize(field_or_hash = nil) case field_or_hash when String, Symbol super(field: field_or_hash) else super end end end end
Version data entries
39 entries across 39 versions & 1 rubygems