4 lines
77 B
Ruby
4 lines
77 B
Ruby
class CallForParticipation < ActiveRecord::Base
|
|
belongs_to :conference
|
|
end
|