mirror of
https://github.com/internetee/registry.git
synced 2025-08-28 03:53:33 +02:00
3 lines
60 B
Ruby
3 lines
60 B
Ruby
class Pending < ActiveRecord::Base
|
|
belongs_to :domain
|
|
end
|