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

Version Path
enju_inventory-0.3.1 spec/dummy/app/controllers/application_controller.rb
enju_inventory-0.4.0.rc.1 spec/dummy/app/controllers/application_controller.rb
enju_inventory-0.3.0 spec/dummy/app/controllers/application_controller.rb
enju_inventory-0.3.0.beta.1 spec/dummy/app/controllers/application_controller.rb