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