- using(BeginForm())
which put out a form tag with the current page as action around the
current scope. The problem with this is that this methods only return
strings, so we have no chance to change the indentation or formatting
for this output.
So my question: What is haml's meaning about this? Dose try haml to
ensure pretty formatting on every price?
We have a user request which wants to add a custom BeginForm function
specially for NHaml which could be pretty formatted. But i think that
there is no benefit from doing this.
-Steve