config/routes.rb in catarse_moip-3.1.1 vs config/routes.rb in catarse_moip-3.2.0

- old
+ new

@@ -1,8 +1,8 @@ CatarseMoip::Engine.routes.draw do resources :moip, only: [], path: 'payment/moip' do collection do - post 'notifications' => "moip#create_notification" + post 'notifications' => "notifications#create" get 'js' end member do post :moip_response get :review