Rename DomainTransfer#transfer_to to new_registrar

This commit is contained in:
Artur Beljajev 2018-01-23 19:07:17 +02:00
parent d99a63d476
commit 189129ec48
8 changed files with 18 additions and 11 deletions

View file

@ -2,7 +2,7 @@ class DomainTransfer < ActiveRecord::Base
belongs_to :domain
belongs_to :old_registrar, class_name: 'Registrar'
belongs_to :transfer_to, class_name: 'Registrar'
belongs_to :new_registrar, class_name: 'Registrar'
PENDING = 'pending'
CLIENT_APPROVED = 'clientApproved'