Sha256: 9eb7cc1f2a2b072bc693fc40eade30fb1709a41522fac216793551cdfd479bde
Contents?: true
Size: 290 Bytes
Versions: 12
Compression:
Stored size: 290 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 after_action :verify_authorized include EnjuLibrary::Controller include Pundit end
Version data entries
12 entries across 12 versions & 1 rubygems