Sha256: 391cca32825eb99947858959e159a8d4dd5e3fd3c7b32f281a04558ddca6c1f7

Contents?: true

Size: 241 Bytes

Versions: 11

Compression:

Stored size: 241 Bytes

Contents

ActionSmser::Engine.routes.draw do

  match 'delivery_reports/gateway_commit/:gateway' => 'delivery_reports#gateway_commit', via: [:get, :post]

  resources :delivery_reports, :only => :index do
    get 'list', :on => :collection
  end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
action_smser-3.4.1 config/routes.rb
action_smser-3.4.0 config/routes.rb
action_smser-3.3.0 config/routes.rb
action_smser-3.2.0 config/routes.rb
action_smser-3.1.2 config/routes.rb
action_smser-3.1.1 config/routes.rb
action_smser-3.1.0 config/routes.rb
action_smser-3.0.0 config/routes.rb
action_smser-2.2.0 config/routes.rb
action_smser-2.1.2 config/routes.rb
action_smser-2.1.1 config/routes.rb