Sha256: dd3a4a3b99a35efca97b55448f060efee5177623b8e7451432b0886d46f9e047

Contents?: true

Size: 234 Bytes

Versions: 7

Compression:

Stored size: 234 Bytes

Contents

Workarea::Storefront::Engine.routes.draw do
  get 'sezzle/start' => 'sezzle#start', as: :start_sezzle
  get 'sezzle/complete' => 'sezzle#complete', as: :complete_sezzle
  get 'sezzle/cancel' => 'sezzle#cancel', as: :cancel_sezzle
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
workarea-sezzle-1.0.6 config/routes.rb
workarea-sezzle-1.0.5 config/routes.rb
workarea-sezzle-1.0.4 config/routes.rb
workarea-sezzle-1.0.3 config/routes.rb
workarea-sezzle-1.0.2 config/routes.rb
workarea-sezzle-1.0.1 config/routes.rb
workarea-sezzle-1.0.0 config/routes.rb