Implement Run all rules (#582)

This commit is contained in:
soky srm
2026-01-08 15:20:14 +01:00
committed by GitHub
parent c315e08a6e
commit e37c03d1d4
11 changed files with 239 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ Rails.application.routes.draw do
collection do
delete :destroy_all
get :confirm_all
post :apply_all
end
end