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

Version Path
catarse_moip-1.0.9 config/routes.rb
catarse_moip-1.0.8 config/routes.rb
catarse_moip-1.0.7 config/routes.rb
catarse_moip-1.0.6 config/routes.rb
catarse_moip-1.0.5 config/routes.rb
catarse_moip-1.0.4 config/routes.rb
catarse_moip-1.0.3 config/routes.rb
catarse_moip-1.0.2 config/routes.rb
catarse_moip-1.0.1 config/routes.rb
catarse_moip-1.0.0 config/routes.rb