Come from in the below code, I've setup a new model and trying to get breadcrumb and title to work but I can't find where this is actually coming from ?
There doesn't seem to be anything in the Accounts Controller that actually sets this ?
look for "breadcrumb' in the config/locales/en.yml file (or similar). It's a localization file. the keys in the .yml file are tied to the controllers/actions so there are variables set specifically for it.
a snippet:
Screen Shot 2021-06-22 at 11.12.39 AM.png162 KB the specific one you're referring to is for the "accounts" controller, and the "new" action. It sets a variable named "breadcrumb" which should have a value of "New Account". However in your screenshot, it looks like the values are incorrect. Since it's not erroring, my first guess is the en.yml has been modified