method

fallback?

rails latest stable - Class: ActiveSupport::Messages::SerializerWithFallback
fallback?(format)
private

No documentation available.

# File activesupport/lib/active_support/messages/serializer_with_fallback.rb, line 44
        def fallback?(format)
          format != :marshal
        end