This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
class ImportStudent < ActiveRecord::Base
attr_accessible :course_id, :name, :school_id, :status, :student_number
# status 如果用户没有注册状态为0;1:表示用户已有注册,且只有一个账号;2:表示用户已有注册,但是有两个一样的账号
end