mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Create blocked domains #2564
This commit is contained in:
parent
cd277c25ed
commit
d93d43e75c
13 changed files with 254 additions and 80 deletions
5
app/models/blocked_domain.rb
Normal file
5
app/models/blocked_domain.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class BlockedDomain < ActiveRecord::Base
|
||||
include Versions
|
||||
|
||||
after_initialize -> { self.names = [] if names.nil? }
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue