example/config/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
Example::Application.routes.draw do

  root to: 'webpay#show'
  post '/webpay/pay'
  post '/webpay/confirmation'
  match '/webpay/success'
  match '/webpay/failure'
end