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:
parent
db478e5fbd
commit
6d0e5febe9
2 changed files with 8 additions and 5 deletions
|
@ -1,2 +1,5 @@
|
|||
module AccountsHelper
|
||||
def to_accountable_title(accountable)
|
||||
accountable.model_name.human
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue