You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|