mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
115693873-class_name_msg
This commit is contained in:
parent
d8e43e0b64
commit
248a04f63a
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class Domain < ActiveRecord::Base
|
|||
|
||||
status_notes[DomainStatus::PENDING_UPDATE] = ''
|
||||
status_notes[DomainStatus::PENDING_DELETE] = ''
|
||||
::PaperTrail.whodunnit = "#{self.class.name} - #{__method__}"
|
||||
::PaperTrail.whodunnit = "Domain - #{__method__}"
|
||||
|
||||
update_columns(
|
||||
registrant_verification_token: nil,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue