mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 11:34:13 +00:00
* Fix #319 Accountable text format * Fix account index table alignment * Update to_accountable_title helper --------- Signed-off-by: Muhammed Kılıç <muhammeddkilicc@gmail.com>
6 lines
105 B
Ruby
6 lines
105 B
Ruby
module AccountsHelper
|
|
def to_accountable_title(accountable)
|
|
accountable.model_name.human
|
|
end
|
|
end
|