Sha256: c5174a1157595164d49d851aa632f94a38a72b27ed5dd9d81378c5c23d9aa2da
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
class ApplicationController < ActionController::Base # Adds a few additional behaviors into the application controller include Blacklight::Controller layout 'blacklight' # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight-hierarchy-0.1.1 | spec/internal/app/controllers/application_controller.rb |