Sha256: 670bba56a92e01b27b271010ea6161ddd3ff8db77100c11b7424357a6e017db5
Contents?: true
Size: 333 Bytes
Versions: 19
Compression:
Stored size: 333 Bytes
Contents
class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception before_action :set_paper_trail_whodunnit after_action :verify_authorized include EnjuLibrary::Controller include Pundit end
Version data entries
19 entries across 18 versions & 2 rubygems