Sha256: 46307ad76f6fbcd0e4f2b10fbbbc0bb69433d8aa1864d4d58e8306729eae59da

Contents?: true

Size: 145 Bytes

Versions: 2

Compression:

Stored size: 145 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  enju_leaf
  after_action :verify_authorized

  include Pundit
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
enju_manifestation_viewer-0.2.0.beta.2 spec/dummy/app/controllers/application_controller.rb
enju_manifestation_viewer-0.2.0.beta.1 spec/dummy/app/controllers/application_controller.rb