add_breadcrumb "index", index_path, :title => "Back to the Index" does not change the title of 'index' to 'Back to Index'. I also tried add_breadcrumb "index", index_path, {:title => "Back to the Index}" but it doesn't work either.
Is the title in options discontinued?
add_breadcrumb "index", index_path, :title => "Back to the Index"
does not change the title of 'index' to 'Back to Index'. I also triedadd_breadcrumb "index", index_path, {:title => "Back to the Index}"
but it doesn't work either. Is the title in options discontinued?