Skip to content

Commit

Permalink
Remove self_inscription controller and views
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Aug 20, 2024
1 parent fd0eb06 commit 7b29ce6
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 135 deletions.
62 changes: 0 additions & 62 deletions app/controllers/sac_cas/groups/self_inscription_controller.rb

This file was deleted.

22 changes: 0 additions & 22 deletions app/views/groups/self_inscription/_confirm.html.haml

This file was deleted.

3 changes: 0 additions & 3 deletions app/views/groups/self_inscription/_details_sac.html.haml

This file was deleted.

16 changes: 0 additions & 16 deletions app/views/groups/self_inscription/_form.html.haml

This file was deleted.

7 changes: 0 additions & 7 deletions app/views/groups/self_inscription/confirm.js.haml

This file was deleted.

18 changes: 0 additions & 18 deletions app/views/groups/self_inscription/new.html.haml

This file was deleted.

6 changes: 0 additions & 6 deletions app/views/groups/self_inscription/new.js.haml

This file was deleted.

1 change: 0 additions & 1 deletion lib/hitobito_sac_cas/wagon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ class Wagon < Rails::Engine
Event::KindCategoriesController.prepend SacCas::Event::KindCategoriesController
Event::ParticipationsController.prepend SacCas::Event::ParticipationsController
GroupsController.permitted_attrs << :mitglied_termination_by_section_only
Groups::SelfInscriptionController.prepend SacCas::Groups::SelfInscriptionController
Groups::SelfRegistrationController.prepend SacCas::Groups::SelfRegistrationController
MailingListsController.prepend SacCas::MailingListsController
PeopleController.permitted_attrs << :correspondence
Expand Down

0 comments on commit 7b29ce6

Please sign in to comment.