Skip to content

Instantly share code, notes, and snippets.

@cpetschnig
Created November 16, 2009 20:28
Show Gist options
  • Save cpetschnig/236291 to your computer and use it in GitHub Desktop.
Save cpetschnig/236291 to your computer and use it in GitHub Desktop.
def my_haml_helper
haml_tag :div do
haml_tag :span, 'foo'
end
end
would produce:
<div>
<span>foo</span>
&gt;/div&lt;
in rails 3.0.pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment