mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Remove Domain#valid_from
As unused. `created_at` is the same value as `valid_from`. #787
This commit is contained in:
parent
de5979790f
commit
2f86b3c76b
11 changed files with 10 additions and 20 deletions
|
@ -654,6 +654,7 @@ class Domain < ActiveRecord::Base
|
|||
def as_json(_options)
|
||||
hash = super
|
||||
hash['auth_info'] = hash.delete('transfer_code') # API v1 requirement
|
||||
hash['valid_from'] = hash['created_at'] # API v1 requirement
|
||||
hash
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue