add pundit

This commit is contained in:
João Geonizeli
2021-08-04 19:53:32 -03:00
parent d49e12a91d
commit b284a37ee2
4 changed files with 55 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base
include Pundit
end