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