テキストである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 ')'
レールがこれでエラーになっている理由はありますか?ありがとう