Sha256: dcc9cd4f0eb916d21b043917d200ce5079b0a0df3579c5a93400b76f5ef0dea8
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLeaf::Controller include EnjuBiblio::Controller include EnjuLibrary::Controller include EnjuCirculation::Controller before_action :set_paper_trail_whodunnit after_action :verify_authorized include Pundit end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_circulation-0.2.0.beta.1 | spec/dummy/app/controllers/application_controller.rb |