mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-03-21 01:41:06 +00:00
Add staff? to user model.
This commit is contained in:
parent
f28ffce6aa
commit
77d59cb2af
1 changed files with 4 additions and 0 deletions
|
@ -197,6 +197,10 @@ class User < ActiveRecord::Base
|
|||
groups.exists? :id => Group::REFEREES
|
||||
end
|
||||
|
||||
def staff?
|
||||
groups.exists? :id => Group::STAFF
|
||||
end
|
||||
|
||||
def caster?
|
||||
groups.exists? :id => Group::CASTERS
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue