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
- #fallback?(format) ⇒ Boolean private
Instance Method Details
#fallback?(format) ⇒ Boolean
(private)
# File 'activesupport/lib/active_support/messages/serializer_with_fallback.rb', line 50
def fallback?(format) super || format == :marshal end