I finally figured out how to implement Dynamic Select menus using this tutorial.
Everything works, But how does one organize the Cities in t
If using Rails 5.X, you can use default_scope, in which the syntax is slightly different than in @zeantsoi answer.
default_scope
default_scope { order('cities.name ASC') }