Sha256: 0465901771c6753da93bc6434f6bf601b2e8c9ae85aeacecdc5d597f540eba9b

Contents?: true

Size: 356 Bytes

Versions: 4

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

4 entries across 4 versions & 1 rubygems

Version Path
fcrepo_admin-0.2.3 spec/internal/app/controllers/application_controller.rb
fcrepo_admin-0.2.0 spec/internal/app/controllers/application_controller.rb
fcrepo_admin-0.1.1 spec/internal/app/controllers/application_controller.rb
fcrepo_admin-0.1.0 spec/internal/app/controllers/application_controller.rb