class CompetitionEntry < ActiveRecord::Base
  belongs_to :competition_stage_section
  belongs_to :competition_stage
  attr_accessible :name, :competition_stage_section_id, :competition_stage_id, :url
end