mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
5 lines
127 B
Ruby
5 lines
127 B
Ruby
class RegistrationPeriod < ActiveRecord::Base
|
|
validates :start_date, :end_date, presence: true
|
|
|
|
belongs_to :conference
|
|
end
|