Sha256: a8363056bed3452acc6a3e8a8d6372e9ef77a7abc4135e348cfaf1a5fe2b0d9d
Contents?: true
Size: 223 Bytes
Versions: 4
Compression:
Stored size: 223 Bytes
Contents
require 'netzke-core' Marty::Engine.routes.draw do <<<<<<< HEAD match via: [:get, :post], "rpc/:action(.:format)" => "rpc" ======= match "rpc/:action(.:format)" => "rpc" get "job/:action" => "job" >>>>>>> master end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
marty-0.5.15 | config/routes.rb~ |
marty-0.5.14 | config/routes.rb~ |
marty-0.5.13 | config/routes.rb~ |
marty-0.5.12 | config/routes.rb~ |