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

Feat transactions search (#532)

* gem: Add ransack gem

* feat: Implement transactions search
This commit is contained in:
Ciocanel Razvan 2024-03-11 14:51:16 +02:00 committed by GitHub
parent 7f2633f9da
commit cca779d3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 116 additions and 33 deletions

View file

@ -26,6 +26,9 @@ gem "turbo-rails"
# Background Jobs
gem "good_job"
# Search
gem "ransack"
# Other
gem "bcrypt", "~> 3.1.7"
gem "inline_svg"