route is not loading correct action

Hey all,

When I run rake routes, I see this:

                            inventory_dashboard /inventory/ (.:format) {:action=>"show", :controller=>"inventory"}

when I invoke this:

inventory_dashboard_path

I get this:

Processing InventoryController#index (for 127.0.0.1 at 2012-06-07 23:45:37) [GET]   Parameters: {"action"=>"index", "controller"=>"inventory"}

This is not making any sense. Why isn't it loading the show action?

Can you also show the contents of ‘routes.rb’?