1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

Merge branch 'dev' of github.com:sleede/fab-manager into dev (#211)

This commit is contained in:
Sylvain 2020-05-18 10:32:17 +02:00
commit 0bad27bc2e

View File

@ -8,7 +8,7 @@ class TrainingPolicy < ApplicationPolicy
end
end
def create
def create?
user.admin?
end