mirror of
https://github.com/internetee/registry.git
synced 2025-07-04 10:13:34 +02:00
6 lines
125 B
Ruby
6 lines
125 B
Ruby
module Legacy
|
|
class ObjectRegistry < Db
|
|
self.table_name = :object_registry
|
|
self.inheritance_column = nil
|
|
end
|
|
end
|