infra updates

This commit is contained in:
2020-03-05 11:36:49 -05:00
parent aec5364f2e
commit 840bac4d54
12 changed files with 47 additions and 49 deletions
+8
View File
@@ -51,6 +51,14 @@ class User
)
end
# needed for cmtool
def is_admin?
admin?
end
def active?
true
end
def facebook_id
uid
end