123456789_123456789_123456789_123456789_123456789_

Module: ActiveSupport::Messages::SerializerWithFallback::AllowMarshal

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: activesupport/lib/active_support/messages/serializer_with_fallback.rb

Instance Method Summary

Instance Method Details

#fallback?(format) ⇒ Boolean (private)

[ GitHub ]

  
# File 'activesupport/lib/active_support/messages/serializer_with_fallback.rb', line 50

def fallback?(format)
  super || format == :marshal
end