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

Version Path
hyrax-3.6.0 .dassie/app/controllers/application_controller.rb
hyrax-3.5.0 .dassie/app/controllers/application_controller.rb
hyrax-3.4.2 .dassie/app/controllers/application_controller.rb
hyrax-3.4.1 .dassie/app/controllers/application_controller.rb
hyrax-3.4.0 .dassie/app/controllers/application_controller.rb
hyrax-3.3.0 .dassie/app/controllers/application_controller.rb
hyrax-3.2.0 .dassie/app/controllers/application_controller.rb
hyrax-3.1.0 .dassie/app/controllers/application_controller.rb
hyrax-3.0.2 .dassie/app/controllers/application_controller.rb
hyrax-3.0.1 .dassie/app/controllers/application_controller.rb
hyrax-3.0.0 .dassie/app/controllers/application_controller.rb
hyrax-3.0.0.pre.rc4 .dassie/app/controllers/application_controller.rb
hyrax-3.0.0.pre.rc3 .dassie/app/controllers/application_controller.rb