Sha256: e49ec5df528c2f6f67407075735721b24cf700398230895451e63f7fedd6ba6d
Contents?: true
Size: 385 Bytes
Versions: 4
Compression:
Stored size: 385 Bytes
Contents
Rails.application.routes.draw do post "transactions/notification", to: "transactions#notification" get "transactions/error/:token", to: "transactions#error", as: :transaction_error get "transactions/success/:token", to: "transactions#success", as: :transaction_success post "transactions/create", to: "transactions#create", as: :transaction_create root to: 'home#index' end
Version data entries
4 entries across 4 versions & 1 rubygems