例
%rails_project%/bin/rake routes
実行結果例
Prefix Verb   URI Pattern               Controller#Action
   users_new GET    /users/new(.:format)      users#new
       users GET    /users(.:format)          users#index
             POST   /users(.:format)          users#create
