views:

20

answers:

0

HI all,

I have a problem with getting an unexpected 302 redirect in my rails app where after calling a controller method which has an associated view (the controller has no redirects or renders), in the development.log file we see a 302 redirect (not in the routes file) and we get redirected from the advanced_search method to the index method. Weird. Any ideas?