1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00

Add bulk selection UI controls (#840)

* Add bulk selection UI

* Handle bulk selection with Stimulus controller instead of session

* Update tests

* Remove stale routes

* Remove old system test helper methods
This commit is contained in:
Zach Gollwitzer 2024-06-07 12:44:06 -04:00 committed by GitHub
parent e4ac5c87e4
commit 115f792198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 256 additions and 8 deletions

View file

@ -43,8 +43,6 @@ Rails.application.routes.draw do
resources :transactions do
collection do
match "search" => "transactions#search", via: %i[ get post ]
scope module: :transactions, as: :transaction do
resources :rows, only: %i[ show update ]