Skip to content

Commit

Permalink
Make address_city sourced from external apis
Browse files Browse the repository at this point in the history
  • Loading branch information
pskl committed Feb 17, 2025
1 parent 01dc86d commit 00fa877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/student.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class Student < ApplicationRecord # rubocop:disable Metrics/ClassLength
:address_line1,
:address_postal_code,
:address_city_insee_code,
:address_city,
:address_country_code,
:birthplace_city_insee_code,
:birthplace_country_insee_code,
Expand Down

0 comments on commit 00fa877

Please sign in to comment.