vigetlabs / nav_lynx

Rails helper to generate navigation links with a selected class.
http://viget.com/extend/rails-selected-nav-link-helper
MIT License
74 stars 19 forks source link

Support full URLs in matching the current page. #7

Open brianjlandau opened 10 years ago

brianjlandau commented 10 years ago

Currently full URLs ("http://mydomain.com/some/page") being used as the href for the link will result in the link never being correctly matched as the current page. Full URLs like this should be supported.