We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d6a69 commit 45b870eCopy full SHA for 45b870e
app/models/user.rb
@@ -45,7 +45,7 @@ def salt
45
end
46
47
def organizer?
48
- self.class.organizers.include? self
+ Whitelabel[:organizers].include? nickname
49
50
51
def update_from_auth!(hash)
0 commit comments