Sure. You just can't concat it like this.
add_breadcrumb ('category / ' + @title), categories_path
Or better, use "category / #{@title}" inline template syntax.
Walter
Sure. You just can't concat it like this.
add_breadcrumb ('category / ' + @title), categories_path
Or better, use "category / #{@title}" inline template syntax.
Walter