Class: ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApplicationController
- Includes:
- Blacklight::Controller, BreadcrumbsOnRails::ActionController, Hydra::Controller::ControllerBehavior, Sufia::Controller
- Defined in:
- app/controllers/application_controller.rb
Direct Known Subclasses
CatalogController, ClassifyConcernsController, CommonObjectsController, CurationConcern::BaseController, DashboardController, DownloadsController, ErrorsController, HelpRequestsController, TermsOfServiceAgreementsController, WelcomeController
Instance Method Summary collapse
- #show_action_bar? ⇒ Boolean
- #show_site_search? ⇒ Boolean
-
#sufia ⇒ Object
Please be sure to impelement current_user and user_session.
Instance Method Details
#show_action_bar? ⇒ Boolean
54 55 56 |
# File 'app/controllers/application_controller.rb', line 54 def true end |
#show_site_search? ⇒ Boolean
59 60 61 |
# File 'app/controllers/application_controller.rb', line 59 def show_site_search? true end |
#sufia ⇒ Object
Please be sure to impelement current_user and user_session. Blacklight depends on these methods in order to perform user specific actions.
19 20 21 |
# File 'app/controllers/application_controller.rb', line 19 def sufia self end |