Sha256: a93e4632fd434e37cfecf2835b43c82dcd7c75b305485d089c700ad43da82838

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery
  include EnjuLeaf::Controller
  include EnjuBiblio::Controller
  include EnjuLibrary::Controller
  after_action :verify_authorized

  include Pundit
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
enju_search_log-0.2.0.beta.1 spec/dummy/app/controllers/application_controller.rb
enju_library-0.2.0.beta.1 spec/dummy/app/controllers/application_controller.rb