Sha256: ad24d0e876a68e22b40fb8a706eb893e94a709597a236486828d16ba186e6316

Contents?: true

Size: 199 Bytes

Versions: 3

Compression:

Stored size: 199 Bytes

Contents

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

  include Pundit
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
enju_ndl-0.4.0.rc.1 spec/dummy/app/controllers/application_controller.rb
enju_leaf-2.0.0.beta.2 spec/dummy/app/controllers/application_controller.rb
enju_leaf-2.0.0.beta.1 spec/dummy/app/controllers/application_controller.rb