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.
pgfqe6ch8/app/models/competition_entry.rb

6 lines
204 B

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