Skip to content

Instantly share code, notes, and snippets.

@gogogarrett
Created February 11, 2013 17:15
Show Gist options
  • Save gogogarrett/4755852 to your computer and use it in GitHub Desktop.
Save gogogarrett/4755852 to your computer and use it in GitHub Desktop.
<% menu = Refinery::Menu.new(Refinery::Page.fast_menu.where(:parent_id => @page.root.id)) -%>
<%= render :partial => "refinery/menu", :locals => {
:roots => menu
} %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment