method
detect_format
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Messages::SerializerWithFallback::JsonWithFallback
detect_format(dumped)private
No documentation available.
# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 101
def detect_format(dumped)
# Assume JSON format if format could not be determined.
super || :json
end