mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
6 lines
142 B
Ruby
6 lines
142 B
Ruby
class EppSession < ActiveRecord::Base
|
|
belongs_to :user, required: true
|
|
belongs_to :registrar
|
|
|
|
validates :session_id, presence: true
|
|
end
|