Method: IdentityCache::QueryAPI::ClassMethods#all_cached_associations
- Defined in:
- lib/identity_cache/query_api.rb
#all_cached_associations ⇒ 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.
19 20 21 |
# File 'lib/identity_cache/query_api.rb', line 19 def all_cached_associations # :nodoc: cached_has_manys.merge(cached_has_ones).merge(cached_belongs_tos) end |