Skip to content

Commit 18f072e

Browse files
committed
Unused constants
1 parent e84222f commit 18f072e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/models/teammate.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
class Teammate < ApplicationRecord
2-
PENDING = "pending"
3-
ACCEPTED = "accepted"
4-
DECLINED = "declined"
5-
STATES = ["pending", "accepted", "declined"]
6-
72
STAFF_ROLES = ['reviewer', 'program team', 'organizer']
83
PROGRAM_TEAM_ROLES = ['program team', 'organizer']
94

0 commit comments

Comments
 (0)