config/routes.rb in georgia-0.7.3 vs config/routes.rb in georgia-0.7.4
- old
+ new
@@ -49,26 +49,14 @@
post :download
delete '/', to: :destroy
end
end
resources :users
- resources :messages do
- collection do
- get :search
- get :destroy_all_spam
- end
- member do
- get :spam
- get :ham
- end
- end
resources :menus, path: 'navigation'
resources :links, only: [:create, :show]
resources :widgets
resources :ui_associations, path: 'ui-associations', only: [:new]
resources :slides, only: [:new]
-
- match '/search/messages', to: 'search#messages'
unauthenticated do
as :user do
root :to => 'users/sessions#new'
end