Sha256: ff22d3ff1f6aa0fef215a929a03b36b0912e66e4914d6189718a97d99dc35bc9
Contents?: true
Size: 523 Bytes
Versions: 20
Compression:
Stored size: 523 Bytes
Contents
class ApplicationController < ActionController::Base helper Openseadragon::OpenseadragonHelper helper Zizia::Engine.helpers # 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' protect_from_forgery with: :exception end
Version data entries
20 entries across 20 versions & 1 rubygems