It should be simple, but how can I redirect to http: // myURL / index # tab1 without specifying a url?
I tried something like:
redirect_to :action=> 'index#tab1'
But he considers this an action and does not work (due to the # character actually).
Any ideas?
source
share