module ActiveSupport::Messages::SerializerWithFallback::AllowMarshal
Private Instance Methods
fallback?(format)
click to toggle source
Calls superclass method
# File lib/active_support/messages/serializer_with_fallback.rb, line 50 def fallback?(format) super || format == :marshal end