educoder/app/models/syllabus_update_record.rb

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