Sha256: d9e1babef929496689464783a7839c401454989f2edcac3e5f2e286fcb63eb15

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

Workarea::Storefront::Engine.routes.draw do
  post :ship_station_webhook, as: :ship_station_webhook, controller: 'ship_station_webhook', action: 'event'
end

Workarea::Admin::Engine.routes.draw do
  resources :orders, only: [] do
    member do
      get :hold_date
      patch :save_hold_date
      patch :clear_hold_date
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-ship_station-1.0.1 config/routes.rb
workarea-ship_station-1.0.0 config/routes.rb