mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 18:56:05 +02:00
parent
5e5a38eb8e
commit
445cff4a29
2 changed files with 16 additions and 1 deletions
|
@ -86,7 +86,7 @@ module DNS
|
|||
attr_reader :name
|
||||
|
||||
def not_auctionable?
|
||||
blocked? || reserved? || disputed?
|
||||
blocked? || reserved? || disputed? || pending_auction.present?
|
||||
end
|
||||
|
||||
def zone_with_same_origin?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue