evodata/app/controllers/application_controller.rb
2022-01-23 09:52:52 +01:00

5 lines
99 B
Ruby

class ApplicationController < ActionController::Base
include Authentication
include Pundit
end