mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 21:15:19 +02:00
Auto sync preference, max limit on account CSV imports (#2259)
* Auto sync preference, max limit on account CSV imports * MaxRowCountExceededError
This commit is contained in:
parent
f82f77466a
commit
e26e5c5aec
7 changed files with 35 additions and 1 deletions
|
@ -54,4 +54,8 @@ class AccountImport < Import
|
|||
|
||||
CSV.parse(template, headers: true)
|
||||
end
|
||||
|
||||
def max_row_count
|
||||
50
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue