educoder/app/models/import_student.rb

5 lines
284 B
Ruby
Raw Permalink Blame History

This file contains ambiguous Unicode characters

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 如果用户没有注册状态为01表示用户已有注册且只有一个账号2表示用户已有注册但是有两个一样的账号
end