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 SyllabusUpdateRecord < ActiveRecord::Base
belongs_to :user
belongs_to :syllabus
#property 1:描述 2:参考资料
attr_accessible :property, :syllabus_id, :user_id
end