1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/test
Sriram 7e883c4439
Update hard-coded currency UI with currency specific params (#488)
* Update hard-coded currency UI with currency specific params

* Rename extension methods to match currency option names; Move cents extension to numeric class extension

* Use currency's precision to show the cents part in accounts show page

---------

Co-authored-by: Sriram Krishnan <sriram@seafoodsouq.com>
2024-02-27 09:40:48 -05:00
..
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Find account first and build transaction through association (#487) 2024-02-26 06:29:28 -05:00
fixtures Scaffold out basic transactions model and UI (#478) 2024-02-23 21:34:33 -05:00
helpers Addd application_helper_test.rb (#302) 2024-02-06 19:51:32 -06:00
initializers Update hard-coded currency UI with currency specific params (#488) 2024-02-27 09:40:48 -05:00
integration Initial commit 2024-02-02 09:05:04 -06:00
jobs Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00
mailers Initial commit 2024-02-02 09:05:04 -06:00
models Scaffold out basic transactions model and UI (#478) 2024-02-23 21:34:33 -05:00
system Skip system test instead of comment it (#348) 2024-02-07 09:09:35 -06:00
application_system_test_case.rb First pass at a system test (#305) 2024-02-05 15:19:31 -06:00
i18n_test.rb Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
test_helper.rb Add PagesControllerTest with authentication (#288) 2024-02-04 17:39:38 -06:00