mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
104941754-dns_nameservers_update
This commit is contained in:
parent
1b6badf699
commit
0d251a1a40
3 changed files with 15 additions and 2 deletions
12
app/models/legacy/object_history.rb
Normal file
12
app/models/legacy/object_history.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
module Legacy
|
||||
class ObjectHistory < Db
|
||||
self.table_name = :object_history
|
||||
|
||||
belongs_to :object_registry, foreign_key: :historyid
|
||||
|
||||
def self.instance_method_already_implemented?(method_name)
|
||||
return true if method_name == 'update'
|
||||
super
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue