Answer the question
In order to leave comments, you need to log in
How to implement the output of select( city ) on select( regions) similarly to the grouped_collection_select helper with only individual select s?
<%= f.grouped_collection_select :city_id,
@regions, :cities, :name,
:id, :name
How to display cities based on region.
But the field below(selectom)
Please tell me?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question