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