mirror of
https://github.com/internetee/registry.git
synced 2025-06-09 22:24:47 +02:00
Remove registrant_verifications.domain_name
database column
It is not used nor needed.
This commit is contained in:
parent
b4be9e7f00
commit
6fd172adbb
7 changed files with 8 additions and 7 deletions
|
@ -16,7 +16,6 @@ class Registrant::DomainUpdateConfirmsController < RegistrantController
|
|||
end
|
||||
|
||||
@registrant_verification = RegistrantVerification.new(domain_id: @domain.id,
|
||||
domain_name: @domain.name,
|
||||
verification_token: params[:token])
|
||||
|
||||
initiator = current_registrant_user ? current_registrant_user.username :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue