1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 23:45:21 +02:00

Remove stale route

This commit is contained in:
Zach Gollwitzer 2025-04-17 16:22:36 -04:00
parent b2b7de685f
commit 8cb4c5148c

View file

@ -137,12 +137,6 @@ Rails.application.routes.draw do
end
end
resources :transactions, only: :index do
collection do
delete :clear_filter
end
end
resources :rules, except: :show do
member do
get :confirm