Sha256: 7ea42f8f00bad68990b2743eea8d027a62eabaa2a866f0a46ccc657863e9c9b2
Contents?: true
Size: 274 Bytes
Versions: 17
Compression:
Stored size: 274 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLibrary::Controller include EnjuBiblio::Controller include EnjuEvent::Controller before_action :set_paper_trail_whodunnit after_action :verify_authorized include Pundit end
Version data entries
17 entries across 17 versions & 1 rubygems