2012-09-16 46 views

回答

0

嘗試這個代碼

<% question.tags.each do |t| %> 
    <%= link_to(t.name, t) + " " %> 
<% end %> 
+0

thanks..it工作 – Abhishek