Module: Accounts
- Defined in:
- lib/accounts/is_a_user.rb,
lib/accounts/belongs_to_user.rb,
lib/accounts/belongs_to_account.rb
Overview
this module assumes base class has an account_name attribute. and thus responds to:
-
account_name
-
account_name=
-
account_name_changed?
Defined Under Namespace
Modules: BelongsToAccount, BelongsToUser, IsAUser