mirror of
https://github.com/internetee/registry.git
synced 2025-06-01 10:23:58 +02:00
3 lines
60 B
Ruby
3 lines
60 B
Ruby
class Pending < ActiveRecord::Base
|
|
belongs_to :domain
|
|
end
|