clarion/app/models/call_for_participation.rb

4 lines
77 B
Ruby
Raw Normal View History

2015-04-20 18:55:06 +03:00
class CallForParticipation < ActiveRecord::Base
belongs_to :conference
end