socialforge/app/models/exercise_standard_answer.rb

8 lines
167 B
Ruby
Raw Permalink Normal View History

class ExerciseStandardAnswer < ActiveRecord::Base
#标准答案
include Redmine::SafeAttributes
belongs_to :exercise_question
belongs_to :exercise_choice
end