breadcrumbs

It says in the docs that i should put an add_breadcrumb line in my controller for each page i wanna add to the stack and then just render breadcrumbs in my view but when i do that it prints the whole stack, whatever’s in the controller, in that order, regardless of the page i’m on

I must say you have a great propensity for asking questions without providing anything like enough information. I presume you are using a breadcrumb gem but you have not told us which one. Also which docs are you referring to?

Colin

I must say you have a great propensity for asking questions without

providing anything like enough information. I presume you are using a

breadcrumb gem but you have not told us which one. Also which docs

are you referring to?

Colin

gem ‘breadcrumbs_on_rails’ docs GitHub - weppos/breadcrumbs_on_rails: A simple Ruby on Rails plugin for creating and managing a breadcrumb navigation. ~ thanks

I must say you have a great propensity for asking questions without

providing anything like enough information. I presume you are using a

breadcrumb gem but you have not told us which one. Also which docs

are you referring to?

I guess this has to be integrated with awesome_nested_set