This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# action: 事件
# status:状态(0)。eg:1:表示实训评测成功;2:表示评测失败;3:表示评测异常
# time:整型,时间差值
class MulTest < ActiveRecord::Base
attr_accessible :action, :container_id, :container_type, :status, :time, :indentifier, :language, :name, :num, :shixun_id
end