Closed Overload119 closed 2 years ago
Are you trying to cache ActiveRecord queries? If so, you need to do so explicitly by specifying which columns you want to memoize, see https://github.com/chanzuckerberg/redis-memo#cache-simple-activerecord-queries .
For reference, this is where dependency_of is defined.
I just installed this gem.
What causes this?
Seems to be this line:
Where is
dependency_of
defined?