Method: ActiveSupport::MessagePack::CacheSerializer#load

Defined in:
activesupport/lib/active_support/message_pack/cache_serializer.rb

#load(dumped) ⇒ Object



11
12
13
14
15
# 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