method

serializable?

rails latest stable - Class: ActiveModel::Type::BigInteger

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

serializable?(value, &)
public

No documentation available.

# File activemodel/lib/active_model/type/big_integer.rb, line 47
      def serializable?(value, &)
        true
      end