Remove unnecessary enum value
This commit is contained in:
parent
9960ae437e
commit
c0a5e2a4ec
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class Relationship < ApplicationRecord
|
||||
enum status: %i[unrelated supporter member excluded]
|
||||
enum status: %i[supporter member excluded]
|
||||
|
||||
################
|
||||
# Associations #
|
||||
|
|
Reference in a new issue