Skip to content

Instantly share code, notes, and snippets.

@yosiyuki
Created December 8, 2012 09:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yosiyuki/4239579 to your computer and use it in GitHub Desktop.
Save yosiyuki/4239579 to your computer and use it in GitHub Desktop.
nesting content_tag on rails
content_tag :ul do
items.each do |item|
concat content_tag(:li, item.name)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment