module ErpTxnsAndAccts::Extensions::ActiveRecord::ActsAsBizTxnAccount::SingletonMethods

Public Instance Methods

join_account_root() click to toggle source
# File lib/erp_txns_and_accts/extensions/active_record/acts_as_biz_txn_account.rb, line 62
def join_account_root
  joins(:biz_txn_acct_root).uniq
end