Class: LabSearchesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- LabSearchesController
- Includes:
- SearchBehaviour
- Defined in:
- app/controllers/lab_searches_controller.rb
Constant Summary
Constants included from SearchBehaviour
SearchBehaviour::MINIMUM_QUERY_LENGTH
Constants included from FlashTruncation
FlashTruncation::STRING_OVERHEAD
Instance Method Summary collapse
Methods included from SearchBehaviour
Methods inherited from ApplicationController
#block_api_access, #evil_parameter_hack!, #extract_header_info, #set_cache_disabled!
Methods included from FlashTruncation
#max_flash_size, #truncate_flash, #truncate_flash_array
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/lab_searches_controller.rb', line 6 def index redirect_to action: :new end |