Hi all,
Been testing out Rail_Admin on a new site I'm working on. Really enjoy it!
I have a 2 models, Country and Stores. Where country has_many stores and stores belongs_to country. When I create a store a selector field named Country has a pull down menu to choose which country the store will be belong to. My question is:
In that pull down it outputs Country #1, Country #2 and so on. I'd rather it out put the name category of the country, United States, Canada. Is there a way to do this?
Thank you!