dawarich/app/controllers/application_controller.rb
2023-02-03 15:42:56 +01:00

3 lines
89 B
Ruby

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