This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-21 14:19:39 +02:00
Code
Issues
Releases
Activity
Actions
680a91d807
Maybe
/
app
/
helpers
/
accounts_helper.rb
6 lines
105 B
Ruby
Raw
Normal View
History
Unescape
Escape
Initial commit
2024-02-02 09:05:04 -06:00
module
AccountsHelper
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>
2024-02-07 04:48:05 +03:00
def
to_accountable_title
(
accountable
)
accountable
.
model_name
.
human
end
Initial commit
2024-02-02 09:05:04 -06:00
end
Copy permalink