zachinglis / crummy

Tasty breadcrumbs! Crummy is a simple and tasty way to add breadcrumbs to your Rails applications.
http://zachinglis.com
MIT License
358 stars 82 forks source link

Reversed breadcrumb. #59

Closed lemingos closed 5 years ago

lemingos commented 9 years ago

I have a tree of categories. When I'm in the x level category the easiet way to build breadcrumb is to create method that will add_crumb for given category and invoke it again with parent category. This result with root category placed on the end of breadcrumb. Is there an option to reverse it while rendering?