Sha256: acc511682469b63dc15f6ebc89cb745f69386f429b73d342f19d44dfa86e508d
Contents?: true
Size: 483 Bytes
Versions: 1
Compression:
Stored size: 483 Bytes
Contents
Workarea::Storefront::Engine.routes.draw do post :flow_webhook, as: :flow_io_webhook, controller: 'flow_io_webhook', action: 'event' end Workarea::Admin::Engine.routes.draw do scope '(:locale)', constraints: Workarea::I18n.routes_constraint do resources :flow_imports, only: :index resources :orders, only: [] do member do get :flow end end resources :pricing_skus, only: [] do member do get :flow end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
workarea-flow_io-1.2.1 | config/routes.rb |