module DuffyHelper

Public Instance Methods

menu_tag(title, link, options = {}) click to toggle source

This creates menu entries in the format Zurb Foundation expects. It's just an <li> with a link inside it. menu_tag('Help', help_path) => <li><a href=“/help”>Help</a></li>