mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-17 23:21:14 +00:00
Add staff? to user model.
This commit is contained in:
parent
adbd4554d2
commit
4284366680
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