Open drewB opened 7 years ago
When I try to use caching I always see this error:
ActionView::Template::Error (can't dump anonymous class #<Module:0x007ff9abf54860>)
This happens if I declare cache @object_name or if I turn on cache_all_output.
cache @object_name
When I try to use caching I always see this error:
ActionView::Template::Error (can't dump anonymous class #<Module:0x007ff9abf54860>)
This happens if I declare
cache @object_name
or if I turn on cache_all_output.