class ApplicationController < ActionController::Base helper Openseadragon::OpenseadragonHelper # Adds a few additional behaviors into the application controller include Blacklight::Controller include Hydra::Controller::ControllerBehavior # Adds Hyrax behaviors into the application controller include Hyrax::Controller include Hyrax::ThemedLayoutController with_themed_layout '1_column' end