:as in rails routes.rb

In config/routes.rb, I tried both: root :to => 'things#index', :as => 'things' and root :to => 'things#index' When I hit http://localhost:3000/, both approaches work, and nothing seems...