I have table for state and country with association like country has many states.
I want to build a state select tag based on country select. Like nested select tags without any gems or plugins. Is any helper method presents to perform above task.I don’t want JavaScript stuff here.