Install Pundit and add UserPolicy

This commit is contained in:
sto
2025-03-22 09:48:40 +01:00
parent 0b47cc4d8a
commit 5472a400d1
6 changed files with 114 additions and 1 deletions

View File

@@ -67,3 +67,5 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
end
gem "pundit", "~> 2.5"