clarion/app/models/call_for_participation.rb

4 lines
77 B
Ruby

class CallForParticipation < ActiveRecord::Base
belongs_to :conference
end