Method: Pageflow::PotentialMemberships#accounts_for_user

Defined in:
app/models/pageflow/potential_memberships.rb

#accounts_for_user(user) ⇒ 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.



12
13
14
# File 'app/models/pageflow/potential_memberships.rb', line 12

def accounts_for_user(user)
  exclude_accounts_with_membership(user, managed_accounts)
end