Was having this issue with the /admin/config page after I locked the page behind authlogic.
Fixed by making that controller unloadable
Seems to be a common issue:
http://strd6.com/?p=250
http://dev.rubyonrails.org/ticket/6001
Not sure if that's an issue with your code or theirs - but that's how I fixed it for me.
Was having this issue with the /admin/config page after I locked the page behind authlogic.
Fixed by making that controller unloadable
Seems to be a common issue:
http://strd6.com/?p=250
http://dev.rubyonrails.org/ticket/6001
Not sure if that's an issue with your code or theirs - but that's how I fixed it for me.