Sha256: 655af06432f74fd0bec7ce71f7c8a38f2f3e788932a94cd60481a74b9aaec0d5

Contents?: true

Size: 221 Bytes

Versions: 8

Compression:

Stored size: 221 Bytes

Contents

ActionSmser::Engine.routes.draw do

  match 'delivery_reports/gateway_commit/:gateway' => 'delivery_reports#gateway_commit'

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

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
action_smser-2.1.0 config/routes.rb
action_smser-2.0.2 config/routes.rb
action_smser-2.0.1 config/routes.rb
action_smser-2.0.0 config/routes.rb
action_smser-1.2.1 config/routes.rb
action_smser-1.2.0 config/routes.rb
action_smser-1.1.1 config/routes.rb
action_smser-1.1.0 config/routes.rb