-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hitobito
updated
12 files
+1 −0 | CHANGELOG.md | |
+1 −0 | Gemfile | |
+3 −0 | Gemfile.lock | |
+7 −7 | app/models/concerns/contactable.rb | |
+1 −0 | config/locales/models.de.yml | |
+1 −1 | spec/domain/contactable/address_validator_spec.rb | |
+9 −9 | spec/domain/export/pdf/messages/letter_spec.rb | |
+1 −1 | spec/fabricators/people_fabricator.rb | |
+1 −1 | spec/fixtures/csv/list.csv | |
+1 −1 | spec/fixtures/groups.yml | |
+1 −1 | spec/models/household_spec.rb | |
+114 −74 | spec/models/person_spec.rb |