You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using subregion_select(@object, :region, {priority: ['US', 'CA']}, class: 'region') in my form returns undefined methodsubregions' for {:priority=>["US", "CA"]}:Hash`
but the below one works:
using
subregion_select(@object, :region, {priority: ['US', 'CA']}, class: 'region')
in my form returnsundefined method
subregions' for {:priority=>["US", "CA"]}:Hash`but the below one works:
subregion_select(@object, :region, 'US', class: 'region')
The text was updated successfully, but these errors were encountered: