Remove unused constants

This commit is contained in:
Artur Beljajev 2018-01-20 20:41:58 +02:00
parent 5bcd846246
commit 8678d71866

View file

@ -6,10 +6,8 @@ class DomainTransfer < ActiveRecord::Base
PENDING = 'pending' PENDING = 'pending'
CLIENT_APPROVED = 'clientApproved' CLIENT_APPROVED = 'clientApproved'
CLIENT_CANCELLED = 'clientCancelled'
CLIENT_REJECTED = 'clientRejected' CLIENT_REJECTED = 'clientRejected'
SERVER_APPROVED = 'serverApproved' SERVER_APPROVED = 'serverApproved'
SERVER_CANCELLED = 'serverCancelled'
before_create :set_wait_until before_create :set_wait_until
def set_wait_until def set_wait_until