I\'m working on a fairly traditional forgot password email - I want to email the user a password change token embedded in a link that they can click on in order to change th
Can you just do
<%="click here", :controller => foo, :action => 'bar', :token => token, :host=>request.host -%>