|
|
@ -16,7 +16,7 @@ json.college_identifier @user.college_identifier
|
|
|
|
json.followed User.current.watched?(@user)
|
|
|
|
json.followed User.current.watched?(@user)
|
|
|
|
|
|
|
|
|
|
|
|
if @user.logged_user?
|
|
|
|
if @user.logged_user?
|
|
|
|
json.can_apply_trial @user.can_apply_trial?
|
|
|
|
#json.can_apply_trial @user.can_apply_trial?
|
|
|
|
json.attendance_signed @user.attendance_signed?
|
|
|
|
json.attendance_signed @user.attendance_signed?
|
|
|
|
json.tomorrow_attendance_gold @user.tomorrow_attendance_gold
|
|
|
|
json.tomorrow_attendance_gold @user.tomorrow_attendance_gold
|
|
|
|
end
|
|
|
|
end
|
|
|
|