Sha256: e315c6271e1ee9de023b17eb87a37f82e5a7459af388c2be68243a2fa1ca09b7
Contents?: true
Size: 404 Bytes
Versions: 10
Compression:
Stored size: 404 Bytes
Contents
# frozen_string_literal: true module Blacklight::Base extend ActiveSupport::Concern include Blacklight::Configurable include Blacklight::SearchContext def self.included(mod) Deprecation.warn(Blacklight::Base, "Blacklight::Base is deprecated and will be removed in Blacklight 8.0.0. Include Blacklight::Configurable and Blacklight::SearchContext as needed (included in #{mod}).") end end
Version data entries
10 entries across 10 versions & 2 rubygems