-
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
15 files
+2 −0 | Gemfile | |
+1 −0 | Gemfile.lock | |
+45 −13 | app/decorators/role_decorator.rb | |
+10 −6 | app/models/future_role.rb | |
+10 −8 | app/models/role.rb | |
+2 −2 | config/initializers/devise.rb | |
+2 −1 | config/locales/models.de.yml | |
+0 −1 | config/locales/models.en.yml | |
+0 −2 | config/locales/models.fr.yml | |
+0 −2 | config/locales/models.it.yml | |
+2 −2 | spec/controllers/roles_controller_spec.rb | |
+68 −49 | spec/decorators/role_decorator_spec.rb | |
+2 −2 | spec/features/roles/future_roles_spec.rb | |
+3 −3 | spec/features/roles_controller_spec.rb | |
+2 −2 | spec/models/role_spec.rb |