Sha256: b5023817f5d20d186bd8a558cbb8a99da3d6f2b6b9279be99489697c6aa8c85b
Contents?: true
Size: 452 Bytes
Versions: 13
Compression:
Stored size: 452 Bytes
Contents
class ApplicationController < ActionController::Base helper Openseadragon::OpenseadragonHelper # Adds a few additional behaviors into the application controller include Blacklight::Controller skip_after_action :discard_flash_if_xhr include Hydra::Controller::ControllerBehavior # Adds Hyrax behaviors into the application controller include Hyrax::Controller include Hyrax::ThemedLayoutController with_themed_layout '1_column' end
Version data entries
13 entries across 13 versions & 1 rubygems