Skip to content

Commit

Permalink
Fix project-based destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Dec 2, 2024
1 parent 2068087 commit c9275c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/meeting/config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
get "menu" => "meetings/menus#show"
end
end
resources :recurring_meetings, only: %i[index new create show]
resources :recurring_meetings, only: %i[index new create show destroy]
end

resources :work_packages, only: %i[] do
Expand Down

0 comments on commit c9275c7

Please sign in to comment.