mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Merge branch 'task#104941754' into staging
This commit is contained in:
commit
418dc465b3
2 changed files with 13 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
module Legacy
|
||||
class Object < Db
|
||||
self.table_name = :object
|
||||
belongs_to :registrar, foreign_key: :upid, primary_key: :legacy_id, class_name: '::Registrar'
|
||||
|
||||
def self.instance_method_already_implemented?(method_name)
|
||||
return true if method_name == 'update'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue