Skip to content

Instantly share code, notes, and snippets.

@chintanparikh
Created June 9, 2012 16:43
Show Gist options
  • Save chintanparikh/2901709 to your computer and use it in GitHub Desktop.
Save chintanparikh/2901709 to your computer and use it in GitHub Desktop.
%h2= @category.name
- @category.sections do |section|
%ul
%li= link_to section.name, [@category, section]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment