I have just updated my Tour model to use the attribute address instead of location. Do you know why I am getting a noMethodError for an undefined method 'location' in my tour controller even I am not using location?
Could be this line. I'd do a search of your whole project (Ctrl+Shift+F in Windows) for the word "location" and you may also find other places you need to change.
@chrisvfritz
I have just updated my Tour model to use the attribute address instead of location. Do you know why I am getting a noMethodError for an undefined method 'location' in my tour controller even I am not using location?