I\'m looking for some clarification regarding the behaviour of redirect_to.
redirect_to
I have this code:
if some_condition redirect_to(path_one)
You can also do
redirect_to path_one and return
which reads nice.