Sha256: 88e303f44eddfc923ff8943afbdb3105f9a91bd74849036723f7bb260fde364d
Contents?: true
Size: 449 Bytes
Versions: 10
Compression:
Stored size: 449 Bytes
Contents
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' protect_from_forgery with: :exception end
Version data entries
10 entries across 10 versions & 1 rubygems