我有一份申请
App2
我要寄一份
POST
请求来自
App1
使用
ActiveResource
.
附录1
,
我有
module App2
class Iteeem # Purposely misspelled here
def self.edit_item
self.prefix "/api/editing_item/"
post :item, {:property => {:value => 5665}}
end
end
end
它击中了
http://app2.mydomain.com/api/editing_item/iteeems/item.xml
(现在你知道我为什么错投了)
http://app2.mydomain.com/api/editing_item/item.xml
请给我建议。