redirectして後続の処理を走らせたくない場合
code:ruby
return redirect_to root_path if @user.nil?
1行で書ける。
#Rails