Flowdock
method

remove_uniq_by_reflection

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: JoinDependency
remove_uniq_by_reflection(reflection, records) protected

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/join_dependency.rb, line 145
      def remove_uniq_by_reflection(reflection, records)
        if reflection && reflection.collection?
          records.each { |record| record.send(reflection.name).target.uniq! }
        end
      end
Register or log in to add new notes.