search for: m000819

Displaying 1 result from an estimated 1 matches for "m000819".

Did you mean: 1000819
2008 Sep 08
1
request.referer
hello All I am passing some form value from one page to another and if something is missing from form value redirecting user back to home page, following is code to redirect back: redirect_to request.referer ? :back : "/" i want to pass those params back. something like; redirect_to request.referer ? :back + params : "/#{params}" any advice Thanks Ajit