config/routes.rb in postman_mta-0.2.1 vs config/routes.rb in postman_mta-0.2.2

- old
+ new

@@ -22,9 +22,13 @@ resources :messages, only: [] do match :unread, on: :collection, via: :get end end + namespace :archive do + resources :conversations, only: [:index, :show] + end + resources :routes, only: :index resources :domains, only: :index resources :labels, only: :index end