Module: Blacklight::Base
- Extended by:
- ActiveSupport::Concern
- Includes:
- Configurable, SearchContext
- Defined in:
- app/controllers/concerns/blacklight/base.rb
Instance Attribute Summary
Attributes included from Configurable
Class Method Summary collapse
Methods included from Configurable
default_configuration, default_configuration=
Class Method Details
.included(mod) ⇒ Object
8 9 10 11 |
# File 'app/controllers/concerns/blacklight/base.rb', line 8 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 |