Published in: Rails
URL: http://www.railspikes.com/2008/5/1/quick-tip-store_location-with-subdomains
def store_location_with_domain session[:return_to] = request.url end
You need to login to post a comment.
The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.
crazylion on 05/02/08
Published in: Rails
URL: http://www.railspikes.com/2008/5/1/quick-tip-store_location-with-subdomains
def store_location_with_domain session[:return_to] = request.url end
You need to login to post a comment.