I am attempting my first LocomotiveCMS installation currently and this is also my first experience with Rails so the learning curve is a bit steep. I finally got my CMS installed, configured and working correctly and now I am on to adding content.
I've create two content models, each model has a select dropdown for a state selector and I was wondering how I can populate the options for the select dropdown with a list of all the States instead of manually adding all the states into the options for each model.
Please advise, thank you!