Skip to Content Skip to Search
Methods
L

Instance Public methods

load(dumped)

# 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