country
屬性的默認值爲零。我如何設置「If」語句爲零?
在國家表中,某些記錄有image_url
,其餘記錄的country
屬性爲零。
所以我在幫助編碼這
def image(user)
if user.country.image_url
image_tag "flags/#{user.country.image_url}.png"
end
end
但是,它會返回錯誤時image_url
是零
Something went wrong
我該如何解決?
謝謝!它仍然返回這個錯誤'ActionView :: Template :: Error(未定義的方法'+'爲零:NilClass):' – HUSTEN 2013-02-21 22:08:00
@HUSTEN - 很高興幫助!但是我懷疑其他錯誤是相關的(特別是因爲你從未使用過添加),所以你必須單獨追蹤它。 – 2013-02-21 22:35:29