|
|
@ -2,7 +2,7 @@ json.subject do
|
|
|
|
json.name @subject.name
|
|
|
|
json.name @subject.name
|
|
|
|
json.description @subject.description
|
|
|
|
json.description @subject.description
|
|
|
|
json.shixuns_count @subject.shixuns_count
|
|
|
|
json.shixuns_count @subject.shixuns_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
|
|
|
|