mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
5 lines
166 B
Ruby
5 lines
166 B
Ruby
class DepricatedContactStatus < ActiveRecord::Base
|
|
self.table_name = :contact_statuses
|
|
self.sequence_name = :contact_statuses_id_seq
|
|
belongs_to :contact
|
|
end
|