Can the 'Back' browser functionality be invoked from a Rails 'Back' link?
|
|
|
|
|
|
|
|
||
|
|
|
|
You can use link_to("Hello", :back) to generate |
||
|
|
|
|
Use
This is specificied in the RDoc here This generates some Javascript to navigate backward. I've just tested it, and it works. |
|||
|
