-
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
11 files
+21 −16 | .github/workflows/wagon-tests.yml | |
+1 −0 | app/abilities/ability_dsl/base.rb | |
+166 −0 | app/models/household.rb | |
+31 −0 | app/models/household_member.rb | |
+57 −0 | app/models/households/address.rb | |
+28 −0 | app/models/households/member_validator.rb | |
+36 −0 | app/models/households/members_validator.rb | |
+14 −0 | config/locales/models.de.yml | |
+108 −92 | doc/architecture/08_konzepte.md | |
+12 −15 | doc/development/03_guidelines.md | |
+348 −0 | spec/models/household_spec.rb |