config/routes.rb in catarse_moip-1.0.9 vs config/routes.rb in catarse_moip-2.0.0
- old
+ new
@@ -3,11 +3,11 @@
collection do
post 'notifications' => "moip#create_notification"
get 'js'
end
member do
- match :moip_response
- match :review
- match :get_moip_token
+ post :moip_response
+ get :review
+ post :get_moip_token
end
end
end