Sha256: 0ed71d1a66ed17258aed55d5647c2ad376ceae6656e48226e96593db5ace4d7a
Contents?: true
Size: 243 Bytes
Versions: 20
Compression:
Stored size: 243 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLibrary::Controller include EnjuBiblio::Controller before_action :set_paper_trail_whodunnit after_action :verify_authorized include Pundit end
Version data entries
20 entries across 20 versions & 2 rubygems