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.44 config/routes.rb
marty-1.0.43 config/routes.rb
marty-1.0.42 config/routes.rb
marty-1.0.41 config/routes.rb
marty-1.0.39 config/routes.rb
marty-1.0.38 config/routes.rb
marty-1.0.37 config/routes.rb
marty-1.0.36 config/routes.rb
marty-1.0.35 config/routes.rb
marty-1.0.34 config/routes.rb
marty-1.0.33 config/routes.rb
marty-1.0.32 config/routes.rb
marty-1.0.31 config/routes.rb
marty-1.0.30 config/routes.rb
marty-1.0.29 config/routes.rb
marty-1.0.28 config/routes.rb
marty-1.0.27 config/routes.rb
marty-1.0.26 config/routes.rb
marty-1.0.25 config/routes.rb
marty-1.0.24 config/routes.rb