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

Add missing ? to create? method name.

This commit is contained in:
Joel Shprentz 2020-05-15 17:36:43 -04:00 committed by GitHub
parent 826d3cd4b7
commit dc2ae51b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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