Adding comments in Ruby on Rails View ERBs Posted by papadiddydoo | Jul 5, 2012 | Programming, Rails, Ruby | 0 | 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 %>
Recent Comments