Class: ActsAsAccount::GlobalAccount

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/acts_as_account/global_account.rb

Overview

A named account that is “global” (not tied to any specific entity in your database otherwise).

This is useful for accounts that you don’t want to model anything for via an ActiveRecord model (like “Cash”).