I was wondering if there is a way to prevent comments from being rendered in Rails views (other than deleting them). The comments I have in my views are mostly intended for developers and I don't want users to be able to read them in the html. Can I set some rendering option that strips out all of the comments?
I am using haml, if that matters.