Solutions Log

So I only have to figure things out once.

The Difference Between "Render :action" and "Redirect_to :action"

Render has something to do with just rendering that part of the view without actually running the method again. Redirect actually takes you to the page and does stuff from scratch.

Is that it?

Comments