Rename user#list to user#index
This commit is contained in:
parent
5a2d2f97ce
commit
a3606e00b4
6 changed files with 40 additions and 40 deletions
|
@ -242,8 +242,8 @@ OpenStreetMap::Application.routes.draw do
|
|||
get "/user/:display_name/delete" => "user#delete", :as => :delete_user
|
||||
|
||||
# user lists
|
||||
match "/users" => "user#list", :via => [:get, :post]
|
||||
match "/users/:status" => "user#list", :via => [:get, :post]
|
||||
match "/users" => "user#index", :via => [:get, :post]
|
||||
match "/users/:status" => "user#index", :via => [:get, :post]
|
||||
|
||||
# geocoder
|
||||
get "/search" => "geocoder#search"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue