Sha256: 63644c9b278c3d01a8af49541eaf72cc879cd1230717b0560a6c1322b3a68a72
Contents?: true
Size: 285 Bytes
Versions: 1
Compression:
Stored size: 285 Bytes
Contents
CatarseMoip::Engine.routes.draw do resources :moip, only: [], path: 'payment/moip' do collection do post 'notifications' => "notifications#create" get 'js' end member do post :moip_response get :review post :get_moip_token end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
catarse_moip-3.2.0 | config/routes.rb |