Sha256: e3291a6f9b014836e4fce38d74125bacc810a024d442ed29b17b84c502f8276c

Contents?: true

Size: 314 Bytes

Versions: 1

Compression:

Stored size: 314 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  include EnjuLibrary::Controller
  include EnjuBiblio::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.4.0.beta.2 spec/dummy/app/controllers/application_controller.rb