You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
309 B
7 lines
309 B
5 years ago
|
json.subjects @subjects do |subject|
|
||
|
json.(subject, :id, :excellent, :name, :stages_count, :shixuns_count, :myshixuns_count)
|
||
|
json.image_url url_to_avatar(subject)
|
||
|
json.allow_visit subject.status > 1 || User.current.manager_of_subject?(subject) || User.current.admin?
|
||
|
end
|
||
|
|
||
|
json.total_count @subject_count
|