Single line comments in rails view (erb.html file).

<%= here is a single line comment %>

Multiline comments can be done as follows.


<%
=begin
here we can put
some multi-line
comments for all to see.
=end %>