Flowdock
method

force_equality?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Serialized
force_equality?(value) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/type/serialized.rb, line 54
      def force_equality?(value)
        coder.respond_to?(:object_class) && value.is_a?(coder.object_class)
      end
Register or log in to add new notes.