我需要在erb中注入这样的东西:
"This is item number 3"
所以我用:
<%= t(:this_is_item_number) + " " + @item.id %>
有没有更好的方法在注射内增加空间?
谢谢!
我需要在erb中注入这样的东西:
"This is item number 3"
所以我用:
<%= t(:this_is_item_number) + " " + @item.id %>
有没有更好的方法在注射内增加空间?
谢谢!