0
我很抱歉,如果我的問題不夠具體,但是,我希望有人會回答。我想用rails顯示股市數據。雅虎財經股票數據/類PagesController <ApplicationController MET_AKEY
我有以下代碼作爲示例:
類PagesController < ApplicationController中
DEF索引
端
DEF顯示
@capability = Capability.find(params[:id])
gon.latitude = @capability.latitude
gon.longitude = @capability.longtitude
末
末
現在我想改變的URL。我的目的是獲取雅虎財經股票數據。
1)我必須使用哪個網址? (我真的試圖找到它)
2)我想我必須改變我的寶石文件。我的應用程序中有哪些其他文件需要更改?
好的,謝謝你的信息。 – user3186505