dsafasdf·vor 14 Jahren·discussyou have an error in the code:> hash = {:this => {:is => 'a hash'}}> Rails.cache.write 'complicated-object', objectchange hash for object, or viceversa
> hash = {:this => {:is => 'a hash'}}
> Rails.cache.write 'complicated-object', object
change hash for object, or viceversa