authlogic-connect-example-rails2
authlogic-connect-example-rails2 copied to clipboard
How to turn off default redirect to user_sessions/new
I am trying to add a controller that doesn't need authentication to this example, but I cannot access it, because 'require_user' is fired off somewhere down the path. I cannot figure out if I'm missing something. I even added 'before_filter :require_no_user', but that doesn't help.
Please let me know, Thanks