I'm following
http://szeryf.wordpress.com/2008/06/13/easy-and-flexible-breadcrumbs-for-rails/
to add breadcrumbs for my application but It's not working. I have a
'add_breadcrumb(page.title, page.full_path)' inside show method
(ComatoseController), but I can not deal with @breadcrumbs in view
(comatose_content), ex:
- comatose_controller show me [["Serviços", "servicos"]] if I do a "p
@breadcrumbs"
- comatose_content return nil for <%= @breadcrumbs %>
Even if I need a Drop, how can I make this work?