Sha256: 8ad7e817e93cd83a5f0a66947a7212c26dbbc2bde3b967acedac42ccdf795935

Contents?: true

Size: 238 Bytes

Versions: 1

Compression:

Stored size: 238 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  include EnjuLibrary::Controller
  include EnjuBiblio::Controller
  include EnjuCirculation::Controller
  after_action :verify_authorized

  include Pundit
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 spec/dummy/app/controllers/application_controller.rb