Sha256: 16163a431fdaf7b6df6624963090ed07bdf9c15059641047434539394d95d3cd
Contents?: true
Size: 346 Bytes
Versions: 25
Compression:
Stored size: 346 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLibrary::Controller include EnjuBiblio::Controller include EnjuEvent::Controller include EnjuSubject::Controller #include EnjuInventory::Controller before_action :set_paper_trail_whodunnit after_action :verify_authorized include Pundit end
Version data entries
25 entries across 25 versions & 1 rubygems