I have a City Model:
class Geo::City < Smth self.table_name = \'cities_table\' has_many :streets, class_name: "Geo::Street", primary_key: :geo_co