Module: ActiveSupport::MessagePack::CacheSerializer
Relationships & Source Files | |
Defined in: | activesupport/lib/active_support/message_pack/cache_serializer.rb |
Instance Method Summary
Instance Method Details
#load(dumped)
[ GitHub ]# File 'activesupport/lib/active_support/message_pack/cache_serializer.rb', line 11
def load(dumped) super rescue ActiveSupport::MessagePack::MissingClassError # Treat missing class as cache miss => return nil end