Sha256: 304e603af15f47222495841b6ae286d8f21974e7b1f8990f4702a3e782d7ce15
Contents?: true
Size: 376 Bytes
Versions: 1
Compression:
Stored size: 376 Bytes
Contents
class ApplicationController < ActionController::Base protect_from_forgery include EnjuLeaf::Controller include EnjuBiblio::Controller include EnjuLibrary::Controller include EnjuEvent::Controller include EnjuSubject::Controller include EnjuInventory::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_biblio-0.2.0.beta.1 | spec/dummy/app/controllers/application_controller.rb |