Sha256: e0b9542d2b140a6ba5de60de169af4976347e48a450016a974246c6daa577adb
Contents?: true
Size: 293 Bytes
Versions: 10
Compression:
Stored size: 293 Bytes
Contents
CatarseMoip::Engine.routes.draw do resources :moip, only: [], path: 'payment/moip' do collection do post 'notifications' => "moip#create_notification" get 'js' end member do match :moip_response match :review match :get_moip_token end end end
Version data entries
10 entries across 10 versions & 1 rubygems