Delete more unused routes
Truly don't know what these are, they crash when I go to them so!
This commit is contained in:
parent
5905f4aed1
commit
8f226cd129
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@ OpenneoImpressItems::Application.routes.draw do
|
||||||
|
|
||||||
post '/locales/choose' => 'locales#choose', :as => :choose_locale
|
post '/locales/choose' => 'locales#choose', :as => :choose_locale
|
||||||
|
|
||||||
get "petpages/new"
|
|
||||||
get "closet_lists/new"
|
|
||||||
get "closet_lists/create"
|
|
||||||
|
|
||||||
resources :users, :path => 'user', :only => [:index, :update] do
|
resources :users, :path => 'user', :only => [:index, :update] do
|
||||||
resources :contributions, :only => [:index]
|
resources :contributions, :only => [:index]
|
||||||
resources :closet_hangers, :only => [:index, :update, :destroy], :path => 'closet' do
|
resources :closet_hangers, :only => [:index, :update, :destroy], :path => 'closet' do
|
||||||
|
|
Loading…
Reference in a new issue