At the beginning, I used it without understanding the difference. The processing flow was different.
①controller(redirect_to) → ② HTTP request → ③ Routing → ④ controller → ⑤ view
①controller → ②view
It's my feeling, but basically I don't use render except for partial templates.
Recommended Posts