Sha256: c7ce26fd374c74afbc80db0865135450029f6e1a4e4b7584563656d9ff99aae6

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

class ApplicationController < ActionController::Base
  # Adds a few additional behaviors into the application controller 
   include Blacklight::Controller
  # Please be sure to impelement current_user and user_session. Blacklight depends on 
  # these methods in order to perform user specific actions. 

  layout 'blacklight'

  protect_from_forgery
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
hydra_mediated-0.0.1 app/controllers/application_controller.rb
hydra-editor-0.0.5 spec/dummy/app/controllers/application_controller.rb
hydra-editor-0.0.4 spec/dummy/app/controllers/application_controller.rb
hydra-editor-0.0.3 spec/dummy/app/controllers/application_controller.rb
hydra-editor-0.0.2 spec/dummy/app/controllers/application_controller.rb
hydra-editor-0.0.1 spec/dummy/app/controllers/application_controller.rb