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