akkounts/app/models/lndhub_account_ledger.rb

4 lines
81 B
Ruby

class LndhubAccountLedger < LndhubBase
self.table_name = "account_ledgers"
end