AlchemyCMS/alchemy_cms

View on GitHub
lib/generators/alchemy/menus/templates/wrapper.html.haml

Summary

Maintainability
Test Coverage
- cache [menu, @page, Alchemy::Current.preview_page?] do
  %ul.nav
    = render partial: menu.to_partial_path,
      collection: menu.children.includes(:page, :children),
      locals: { options: options },
      as: 'node'