4
在我的Rails應用程序中,我試圖檢查一個字符串(current_user.email)是否等於另一個字符串(@ user.email)。 如何用if/else語句來做到這一點? 我試過如何檢查一個字符串是否等於另一個字符串?
<% if @current_user.email([email protected]) %>
<a href="google.com"> Link </a>
<% else %>
<% end %>
但我得到了語法錯誤。幫幫我?
謝謝!我是一個初學者。 :L – 2012-03-10 01:14:30