Sha256: ccc588cc4e3fc755c6d992235c0c73955228fde407c90cb99fb52d0820a8ae0a

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

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

  include Pundit
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
enju_event-0.4.0.rc.1 spec/dummy/app/controllers/application_controller.rb