Rails syntax error : unexpected keyword_ensure, expecting end-of-input

<!-- <% end %> --> what is this doing? a html commented ERB tag will still evaluate. Remove it. if you want to comment ruby code use # instead, like <% #end %>

Leave a Comment