Sha256: 7caf71757532adb3a9a35706875a8fbe29ca6458a09f4675a43ab0f724948066

Contents?: true

Size: 327 Bytes

Versions: 44

Compression:

Stored size: 327 Bytes

Contents

Marty::Engine.routes.draw do
  match via: [:get, :post], "rpc/:action(.:format)" => "rpc", as: :rpc
  get "job/:action" => "job", as: :job
  match via: [:get, :post], "report(.:format)" => "report#index", as: :report
  get  'diag/(:action)', controller: 'diagnostic'
  get  'diagnostic/(:action)', controller: 'diagnostic'
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
marty-1.0.23 config/routes.rb
marty-1.0.22 config/routes.rb
marty-1.0.20 config/routes.rb
marty-1.0.19 config/routes.rb
marty-1.0.18 config/routes.rb
marty-1.0.17 config/routes.rb
marty-1.0.15 config/routes.rb
marty-1.0.14 config/routes.rb
marty-1.0.13 config/routes.rb
marty-1.0.12 config/routes.rb
marty-1.0.11 config/routes.rb
marty-1.0.10 config/routes.rb
marty-1.0.9 config/routes.rb
marty-1.0.8 config/routes.rb
marty-1.0.7 config/routes.rb
marty-1.0.6 config/routes.rb
marty-1.0.5 config/routes.rb
marty-1.0.4 config/routes.rb
marty-1.0.3 config/routes.rb
marty-1.0.1 config/routes.rb