mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 18:26:06 +02:00
5 lines
80 B
Ruby
5 lines
80 B
Ruby
module Legacy
|
|
class Registrar < Db
|
|
self.table_name = :registrar
|
|
end
|
|
end
|