Flowdock
replace_keys(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 12
        def replace_keys(record)
          super
          owner[reflection.foreign_type] = record.class.base_class.name
        end
Register or log in to add new notes.