def confirm_invite_new_tutor redirect_with_msg = false @game_school = GameSchool.find(params[:id]) existing_user_emails = params[:all_emails][:existing_
add justand return at the end of each redirect_to or render like below
and return
redirect_to
render
`redirect_to @game_school and return`
This will work for you