Sha256: eafc1595ed1e7c87f02299eeb0dc61d8a6fca99f56054d473bd311b7f9d4b965
Contents?: true
Size: 345 Bytes
Versions: 11
Compression:
Stored size: 345 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
11 entries across 10 versions & 2 rubygems