mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
3 lines
60 B
Ruby
3 lines
60 B
Ruby
class Pending < ActiveRecord::Base
|
|
belongs_to :domain
|
|
end
|