Sha256: 16a84792d4c766bfb57cf70a9a51354527c78118c4944b5ff5c2629541912be2
Contents?: true
Size: 489 Bytes
Versions: 11
Compression:
Stored size: 489 Bytes
Contents
class ApplicationController < ActionController::Base # Adds a few additional behaviors into the application controller include Blacklight::Controller include CurateController # Please be sure to impelement current_user and user_session. Blacklight depends on # these methods in order to perform user specific actions. # 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
11 entries across 11 versions & 1 rubygems