We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84222f commit 18f072eCopy full SHA for 18f072e
app/models/teammate.rb
@@ -1,9 +1,4 @@
1
class Teammate < ApplicationRecord
2
- PENDING = "pending"
3
- ACCEPTED = "accepted"
4
- DECLINED = "declined"
5
- STATES = ["pending", "accepted", "declined"]
6
-
7
STAFF_ROLES = ['reviewer', 'program team', 'organizer']
8
PROGRAM_TEAM_ROLES = ['program team', 'organizer']
9
0 commit comments