dev_admin
cxt 6 years ago
parent 4c7cca2e0a
commit 6ceea6b33e

@ -52,7 +52,7 @@ class Users::UpdateAccountService < ApplicationService
if first_full_reward if first_full_reward
RewardGradeService.call(user, container_id: user.id, container_type: 'Account', score: 500) RewardGradeService.call(user, container_id: user.id, container_type: 'Account', score: 500)
sms_notify_admin if extension.teacher? sms_notify_admin if user.user_extension.teacher?
end end
user user

Loading…
Cancel
Save