/ Published in: Rails
URL: http://www.railspikes.com/2008/5/1/quick-tip-store_location-with-subdomains
Expand |
Embed | Plain Text
def store_location_with_domain session[:return_to] = request.url end
You need to login to post a comment.
crazylion on 05/02/08
1 person have marked this snippet as a favorite
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.