Using rake notes with .html.erb files in Rails
You do it like this:
<% #TODO ... %>
rake notes
only detects Ruby comments, so just stick a Ruby comment into your Erb views and you're good to go.
You do it like this:
<% #TODO ... %>
rake notes
only detects Ruby comments, so just stick a Ruby comment into your Erb views and you're good to go.