Method: Pageflow::PotentialMemberships#entries_for_user
- Defined in:
- app/models/pageflow/potential_memberships.rb
#entries_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.
16 17 18 |
# File 'app/models/pageflow/potential_memberships.rb', line 16 def entries_for_user(user) exclude_entries_with_membership(user, entries_managed_by_current_user_in_accounts_of(user)) end |