config/routes.rb in postman_mta-0.2.2 vs config/routes.rb in postman_mta-0.2.3
- old
+ new
@@ -23,10 +23,12 @@
match :unread, on: :collection, via: :get
end
end
namespace :archive do
- resources :conversations, only: [:index, :show]
+ resources :conversations, only: [:index, :show] do
+ match :move, on: :collection, via: [:put, :patch]
+ end
end
resources :routes, only: :index
resources :domains, only: :index
resources :labels, only: :index