You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not see where in the code the caching could happen but if I use a proc for the name of the crumb, it is only call the first time I need it, displaying wrong translation if I have changed locale since the first call.
Exemple : add_crumb(lambda { |i| i.t(:home) }, :root_path)
The text was updated successfully, but these errors were encountered:
I do not see where in the code the caching could happen but if I use a proc for the name of the crumb, it is only call the first time I need it, displaying wrong translation if I have changed locale since the first call.
Exemple :
add_crumb(lambda { |i| i.t(:home) }, :root_path)
The text was updated successfully, but these errors were encountered: