Flowdock
method

different_target?

Importance_0
different_target?(record) private

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/associations/belongs_to_polymorphic_association.rb, line 17
        def different_target?(record)
          super || record.class != klass
        end
Register or log in to add new notes.