I am new to Rails and am just implementing some basic applications. Just starting on my second app and have run into what is a basic problem, but Google is yielding me nothing.
You need to add admin_login method to routes, like:-
admin_login
map.connect '/user/admin_login', :controller => 'users', :action => 'admin_login'