Module: Admin::ClientFinancialTransactionsHelper

Includes:
ExtensibleObjectHelper
Defined in:
app/helpers/admin/client_financial_transactions_helper.rb

Instance Method Summary collapse

Methods included from ExtensibleObjectHelper

append_features

Instance Method Details

#client_financial_transaction_amount_column(record) ⇒ Object



4
5
6
# File 'app/helpers/admin/client_financial_transactions_helper.rb', line 4

def client_financial_transaction_amount_column(record)
  h_money record.amount, false
end