instance method
fallback?
Ruby on Rails 8.1.2
Since v7.1.6 PrivateSignature
fallback?(format)
No documentation comment.
Parameters
-
formatreq
Source
# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 50
def fallback?(format)
super || format == :marshal
end
Defined in activesupport/lib/active_support/messages/serializer_with_fallback.rb line 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Messages::SerializerWithFallback::AllowMarshal