1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Fix accountable text and alignment (#330)

* Fix #319 Accountable text format

* Fix account index table alignment

* Update to_accountable_title helper

---------

Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com>
This commit is contained in:
Muhammed Kılıç 2024-02-07 04:48:05 +03:00 committed by GitHub
parent db478e5fbd
commit 6d0e5febe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View file

@ -1,2 +1,5 @@
module AccountsHelper
def to_accountable_title(accountable)
accountable.model_name.human
end
end