Displaying 1 result from an estimated 1 matches for "set_breadcrumb".
2010 Aug 03
0
how to create local subroutines properly in rails?
hi guys,
Using breadcrumbs on rails (http://github.com/weppos/
breadcrumbs_on_rails), I have added a method, "set_breadcrumb" in my
application controller.
That will set up my home breadcrumb.
In my other feedbacks controller, I have the same "set_breadcrumb"
method (in a before_filter). The breadcrumb added here is called
"feedback".
the problem is that when the app runs and I load http://...