Sha256: d06a36aedb7d3a9101c6c6c229df47257a062f8f9af8b7767cba2c95ec79b936

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

Workarea::Storefront::Engine.routes.draw do
  get 'logo.htm', to: 'kount#data_collector', as: 'kount_data_collector_htm'
  get 'logo.gif', to: 'kount#data_collector', as: 'kount_data_collector_gif'

  post 'kount_orders', to: 'kount_orders#bulk'
end

Workarea::Admin::Engine.routes.draw do
  resources :orders, only: [] do
    member do
      get :kount
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-kount-3.3.1 config/routes.rb
workarea-kount-3.3.0 config/routes.rb