jejacks0n / navigasmic

Navigasmic: Semantic navigation for Rails using simple view level or configuration definitions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update documentation of :highlights

javierm opened this issue · comments

To highlight a link, you've got to do somehting like:

= navigation.item "Section", :highlights => [{:controller => :section}]

However, the documentations says the option is named "highlights_on", which I guess it was correct at some time.

Thanks.

Fixed in version 0.2.0. The documentation was correct, the source wasn't -- the source has been updated to use :highlights_on instead of :highlights.