0
我一直在收到︰未定義的方法`趨勢'的Twitter :: REST ::趨勢:模塊當我執行Twitter的寶石。使用Twitter的熱門話題寶石
require "twitter"
class StaticPagesController < ApplicationController
def home
client = Twitter::REST::Trends
@trends =client.trends(id=1, options={})
end
end
我很新到Rails所以有可能是一些愚蠢的我失蹤,但我似乎無法隨時隨地在網上找到合適的解決方案。根據我的理解,client.trends(id = 1,options = {})應該是文檔http://www.rubydoc.info/gems/twitter/Twitter/REST/Trends中的Enumerable。任何想法可能是什麼?謝謝大家的時間。