以下のコードで`redirect_to`と`render`の違いとして正しいものはどれですか? ```ruby # ケース1 redirect_to post_path(@post) # ケース2 render :new ```