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
includes all fields for an address: country, postal code, address lines 1 and 2, city, region (state, province, prefecture, etc)
has the region and postal code field update themselves depending on the country selected
is stored in a separate table, using has_one :billing_address, as: :addressable or something similar allowing for multiple such polymorphic fields per model
The text was updated successfully, but these errors were encountered:
Create an address field that:
has_one :billing_address, as: :addressable
or something similar allowing for multiple such polymorphic fields per modelThe text was updated successfully, but these errors were encountered: