module Accounting
  def self.table_name_prefix
    'accounting_'
  end
end
