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 ChartRule < ActiveRecord::Base
|
|
|
|
|
# rule_type t:模拟赛 p:预赛 f:决赛
|
|
|
|
|
# attr_accessible :content, :rule_type
|
|
|
|
|
belongs_to :competition
|
|
|
|
|
belongs_to :competition_stage
|
|
|
|
|
end
|