lib/rocket_navigation/helpers.rb in rocket_navigation-0.1.0 vs lib/rocket_navigation/helpers.rb in rocket_navigation-0.1.1
- old
+ new
@@ -38,11 +38,9 @@
# * <tt>:expand_all</tt> - defaults to false. If set to true the all
# specified levels will be rendered as a fully expanded
# tree (always open). This is useful for javascript menus like Superfish.
# * <tt>:items</tt> - you can specify the items directly (e.g. if items are
# dynamically generated from database).
- # See SimpleNavigation::ItemsProvider for documentation on what to
- # provide as items.
# * <tt>:renderer</tt> - specify the renderer to be used for rendering the
# navigation. Either provide the Class or a symbol matching a registered
# renderer. Defaults to :list (html list renderer).
#
# Instead of using the <tt>:items</tt> option, a block can be passed to