Does rails have a previous_path/url ?
Posted
by DJTripleThreat
on Stack Overflow
See other posts from Stack Overflow
or by DJTripleThreat
Published on 2010-05-03T22:32:54Z
Indexed on
2010/05/03
22:38 UTC
Read the original article
Hit count: 294
ruby-on-rails
|navagation
If not, is there a gem I can install that lets me do something like:
<%=h link_to "Back", previous_path %>
???
© Stack Overflow or respective owner