mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 10:16:01 +02:00
Remove unused constants
This commit is contained in:
parent
5bcd846246
commit
8678d71866
1 changed files with 0 additions and 2 deletions
|
@ -6,10 +6,8 @@ class DomainTransfer < ActiveRecord::Base
|
|||
|
||||
PENDING = 'pending'
|
||||
CLIENT_APPROVED = 'clientApproved'
|
||||
CLIENT_CANCELLED = 'clientCancelled'
|
||||
CLIENT_REJECTED = 'clientRejected'
|
||||
SERVER_APPROVED = 'serverApproved'
|
||||
SERVER_CANCELLED = 'serverCancelled'
|
||||
|
||||
before_create :set_wait_until
|
||||
def set_wait_until
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue