Sha256: 1f13047ad49e89862990f8eea83481ac97427b5b3f86e1035adb9e5c592499ec
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLibrary::Controller include EnjuBiblio::Controller include EnjuPurchaseRequest::Controller before_action :set_paper_trail_whodunnit after_action :verify_authorized include Pundit end
Version data entries
6 entries across 6 versions & 1 rubygems