Method: Pageflow::PotentialMemberships#users_for_account
- Defined in:
- app/models/pageflow/potential_memberships.rb
#users_for_account(account) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
20 21 22 |
# File 'app/models/pageflow/potential_memberships.rb', line 20 def users_for_account(account) exclude_users_with_membership(account, users_of_managed_accounts) end |