我有一个文本的 UserMailer 模板。在文本视图中,我有以下内容:
<% if !@thing.empty? %>
<% @thing.each do |id, count| %>
<%= #{count}%> <%= #{id} %>
<% end %>
<% end %>
这似乎很好,但它错误?
ActionView::Template::Error: /app/views/user_mailer/user_daily_activity.text.erb:12: unterminated string meets end of file
/app/views/user_mailer/myfile.text.erb:12: syntax error, unexpected $end, expecting ')'
知道为什么 rails 会出错吗?谢谢