Mikko Levonmaa
Results
1
issues of
Mikko Levonmaa
Curently I have a template that has the following ```ruby Rails.cache.fetch( ['v1', assignment] ) do { id: assignment.id, description: assignment.description, start: assignment.start, end: assignment.end } end ``` And it caches...