Sha256: 93eac3e0df63648b47fff344e5c1e91ea8005d0d6ce82a4ccd04c4b46c95a865

Contents?: true

Size: 221 Bytes

Versions: 9

Compression:

Stored size: 221 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
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
marty-0.5.38 config/routes.rb
marty-0.5.36 config/routes.rb
marty-0.5.35 config/routes.rb
marty-0.5.34 config/routes.rb
marty-0.5.33 config/routes.rb
marty-0.5.32 config/routes.rb
marty-0.5.31 config/routes.rb
marty-0.5.30 config/routes.rb
marty-0.5.29 config/routes.rb