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

Version Path
hyrax-5.0.1 .koppie/app/controllers/application_controller.rb
hyrax-5.0.0 .koppie/app/controllers/application_controller.rb
hyrax-5.0.0.rc3 .koppie/app/controllers/application_controller.rb
hyrax-5.0.0.rc2 .koppie/app/controllers/application_controller.rb
hyrax-5.0.0.rc1 .koppie/app/controllers/application_controller.rb
hyrax-4.0.0 .koppie/app/controllers/application_controller.rb
hyrax-4.0.0.rc3 .koppie/app/controllers/application_controller.rb
hyrax-4.0.0.rc2 .koppie/app/controllers/application_controller.rb
hyrax-4.0.0.rc1 .koppie/app/controllers/application_controller.rb
hyrax-4.0.0.beta2 .koppie/app/controllers/application_controller.rb