mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-01-12 22:51:50 +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 |