mirror of
https://github.com/Freika/dawarich.git
synced 2026-04-22 03:00:29 -04:00
4 lines
89 B
Ruby
4 lines
89 B
Ruby
class ApplicationController < ActionController::Base
|
|
include Pundit::Authorization
|
|
end
|