config/routes.rb in postman_mta-0.2.4 vs config/routes.rb in postman_mta-0.2.6
- old
+ new
@@ -31,6 +31,7 @@
end
resources :routes, only: :index
resources :domains, only: :index
resources :labels, only: :index
+ resources :notes, only: [:create, :update]
end