Class: Spotlight::LockController
- Inherits:
 - 
      ApplicationController
      
        
- Object
 - ApplicationController
 - ApplicationController
 - Spotlight::LockController
 
 
- Defined in:
 - app/controllers/spotlight/lock_controller.rb
 
Overview
Locking mechanism for page-level locks
Instance Method Summary collapse
- 
  
    
      #destroy  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
DELETE /locks/1.
 
Methods included from Concerns::ApplicationController
#enabled_in_spotlight_view_type_configuration?, #field_enabled?
Methods included from Controller
#add_breadcrumb, #blacklight_config, #breadcrumbs, #current_exhibit, #current_masthead, #current_masthead=, #current_site, #default_url_options, #exhibit_masthead?, #exhibit_search_action_url, #exhibit_search_facet_path, #resource_masthead?, #search_action_url, #search_facet_path, #search_state, #set_exhibit_locale_scope, #set_locale
Methods included from Config
#exhibit_specific_blacklight_config
Instance Method Details
#destroy ⇒ Object
DELETE /locks/1
      10 11 12 13 14  | 
    
      # File 'app/controllers/spotlight/lock_controller.rb', line 10 def destroy @lock.destroy render plain: '', status: :no_content end  |