mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Pump iso8601 gem version
This commit is contained in:
parent
4e1bec3613
commit
ad46e08f32
4 changed files with 9 additions and 6 deletions
|
@ -3,7 +3,7 @@ module Concerns::Contact::Transferable
|
|||
|
||||
included do
|
||||
validates :auth_info, presence: true
|
||||
after_initialize :generate_auth_info, if: 'new_record? && auth_info.blank?'
|
||||
after_initialize :generate_auth_info, if: -> { new_record? && auth_info.blank? }
|
||||
end
|
||||
|
||||
def transfer(new_registrar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue