Flowdock
method

key_conversion_required?

Importance_0
v4.2.9 - Show latest stable - 0 notes - Class: Association
key_conversion_required?() 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/preloader/association.rb, line 102
        def key_conversion_required?
          association_key_type != owner_key_type
        end
Register or log in to add new notes.