You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this route configuration and I'm not getting access "/admin" path. Always redirect to root_path with a log message:
Started GET "/admin" for 127.0.0.1 at 2012-10-04 15:41:36 -0300
Processing by Admin::DashboardController#index as HTML
Completed 401 Unauthorized in 1ms
And I don't know why. I tried remove ActionDispatch::Routing::Translator, suggested by @jpmckinneyhere and it doesn't solved. Thanks in advance!
The text was updated successfully, but these errors were encountered:
I have this route configuration and I'm not getting access "/admin" path. Always redirect to root_path with a log message:
And I don't know why. I tried remove
ActionDispatch::Routing::Translator
, suggested by @jpmckinney here and it doesn't solved. Thanks in advance!The text was updated successfully, but these errors were encountered: