osem-fcy/app/models/vday.rb
2015-12-23 11:36:50 +02:00

6 lines
147 B
Ruby

class Vday < ActiveRecord::Base
belongs_to :conference
has_many :vchoices
has_many :vpositions, through: :vchoices, dependent: :destroy
end