|
|
@ -3,7 +3,7 @@ json.subject do
|
|
|
|
json.description @subject.description
|
|
|
|
json.description @subject.description
|
|
|
|
json.shixuns_count @subject.shixuns_count
|
|
|
|
json.shixuns_count @subject.shixuns_count
|
|
|
|
json.challenges_count @subject.subject_challenge_count
|
|
|
|
json.challenges_count @subject.subject_challenge_count
|
|
|
|
json.member_count @subject.member_count
|
|
|
|
json.member_count @subject.myshixuns_count
|
|
|
|
json.subject_score @subject.all_score
|
|
|
|
json.subject_score @subject.all_score
|
|
|
|
json.learning_notes @subject.learning_notes
|
|
|
|
json.learning_notes @subject.learning_notes
|
|
|
|
end
|
|
|
|
end
|
|
|
|