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.
There is a new method in Rails 3. You can use the following:
get 'admin_login' => "user#admin_login"