mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Validate transaction filtering params (#810)
This commit is contained in:
parent
0e15bda6eb
commit
98f3f172a9
6 changed files with 26 additions and 12 deletions
|
@ -4,7 +4,7 @@ class Transactions::MerchantsController < ApplicationController
|
|||
before_action :set_merchant, only: %i[ edit update destroy ]
|
||||
|
||||
def index
|
||||
@merchants = Current.family.transaction_merchants
|
||||
@merchants = Current.family.transaction_merchants.alphabetically
|
||||
end
|
||||
|
||||
def new
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue