Sha256: 1ccde7809b6d79f1b960e77a6d69df8f1c04e4de5acd6c58f42e9d4e6bca8f68

Contents?: true

Size: 305 Bytes

Versions: 1

Compression:

Stored size: 305 Bytes

Contents

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

  include Pundit
end

Version data entries

1 entries across 1 versions & 1 rubygems

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