mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-01 19:45:19 +02:00
Move category dropdown menu content into a turbo frame (#782)
* Move category dropdown menu content into a turbo frame * Fix lint * Review fixes * Cleanup * Review fixes * Final cleanup * Revert schema change
This commit is contained in:
parent
32748b0632
commit
ac27a1c87f
7 changed files with 86 additions and 51 deletions
|
@ -15,7 +15,7 @@ class Transactions::Categories::DeletionsController < ApplicationController
|
|||
|
||||
private
|
||||
def set_category
|
||||
@category = Current.family.transaction_categories.find(params[:transaction_category_id])
|
||||
@category = Current.family.transaction_categories.find(params[:category_id])
|
||||
end
|
||||
|
||||
def set_replacement_category
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue