Module: Blacklight::Controller
- Extended by:
 - ActiveSupport::Concern
 
- Defined in:
 - app/controllers/concerns/blacklight/controller.rb
 
Overview
Filters added to this controller apply to all controllers in the hosting application as this module is mixed-in to the application controller in the hosting app on installation.
Instance Method Summary collapse
Instance Method Details
#default_catalog_controller ⇒ Object
      36 37 38  | 
    
      # File 'app/controllers/concerns/blacklight/controller.rb', line 36 def default_catalog_controller CatalogController end  |