Complete refactor of Gemfile and upgraded gems (#2553)

This commit is contained in:
Ahmad Farhat
2021-02-26 17:34:07 -05:00
committed by GitHub
parent c5b00e89aa
commit 09ab074aaf
29 changed files with 327 additions and 376 deletions

View File

@ -20,7 +20,7 @@ namespace :office365 do
old_user.save!
else
old_main_room = old_user.main_room
old_main_room.name = "Old " + old_main_room.name
old_main_room.name = "Old #{old_main_room.name}"
old_main_room.save!
new_user.rooms << old_user.rooms