Guest User

Untitled

a guest
Jul 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. end
  2. end
  3.  
  4. previous_last_bonus = @user.bonuses.any? && @user.bonuses.last
  5.  
  6. if !problems && @user.save_with_identity(@identity)
  7. flash[:notice] = "The user has been updated."
  8. if @user.bonuses.any? && @user.bonuses.last.bonus_offer.is_bet_for_free? && @user.bonuses.last != previous_last_bonus
  9. flash[:notice] += " We have awarded the bet for free bonus for the user."
  10. end
  11.  
  12. log_admin_action(
Add Comment
Please, Sign In to add comment