Sha256: 223e58673ac6460165a1417c7864e6db44eb8bad1be4f754813f5c2b0b4a21d7
Contents?: true
Size: 242 Bytes
Versions: 51
Compression:
Stored size: 242 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
51 entries across 49 versions & 4 rubygems