clarion/app/models/call_for_participation.rb
2015-04-20 18:55:06 +03:00

4 lines
77 B
Ruby

class CallForParticipation < ActiveRecord::Base
belongs_to :conference
end