Sha256: 29c7bdafb4888e00561ada4ebb93a5762ddd112aba4aa2af308216df11432266

Contents?: true

Size: 244 Bytes

Versions: 11

Compression:

Stored size: 244 Bytes

Contents

require 'netzke-core'

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

11 entries across 11 versions & 1 rubygems

Version Path
marty-0.5.28 config/routes.rb
marty-0.5.27 config/routes.rb
marty-0.5.26 config/routes.rb
marty-0.5.25 config/routes.rb
marty-0.5.24 config/routes.rb
marty-0.5.23 config/routes.rb
marty-0.5.21 config/routes.rb
marty-0.5.20 config/routes.rb
marty-0.5.19 config/routes.rb
marty-0.5.18 config/routes.rb
marty-0.5.17 config/routes.rb