mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-07 09:37:31 +08:00
5 lines
100 B
Ruby
5 lines
100 B
Ruby
require File.expand_path(File.dirname(__FILE__)) + '/server'
|
|
|
|
map '/' do
|
|
run RestKitTestServer
|
|
end |