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