Sha256: 0ed71d1a66ed17258aed55d5647c2ad376ceae6656e48226e96593db5ace4d7a

Contents?: true

Size: 243 Bytes

Versions: 20

Compression:

Stored size: 243 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  include EnjuLibrary::Controller
  include EnjuBiblio::Controller
  before_action :set_paper_trail_whodunnit
  after_action :verify_authorized

  include Pundit
end

Version data entries

20 entries across 20 versions & 2 rubygems

Version Path
enju_manifestation_viewer-0.3.5 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.4.0.rc.1 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.4 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.4.0.beta.2 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.4.0.beta.1 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.3 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.2 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.1 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.0 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.0.rc.1 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.0.beta.2 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.3.0.beta.1 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.4 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.3 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.2 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.1 spec/dummy/app/controllers/application_controller.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/enju_manifestation_viewer-0.2.0/spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.0 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.0.beta.4 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.0.beta.3 spec/dummy/app/controllers/application_controller.rb