以下程式卡在Net命名問題,一直找不出答案?請會的人幫忙教一下,謝謝!
錯誤訊息
NameError in KamigoController#sent_request
uninitialized constant KamigoController::NET
程式碼
def sent_request
uri = URI('http://localhost:3000/kamigo/show_response_body')
response = NET::HTTP.get(uri)
render plain: response
end
剛好買了同一本書 XDD
目前我的解法是加入
require 'net/http'
因為剛開始接觸 Rudy,很多用法都還不算熟,先提供給樓主參考。