Flowdock
method

queries

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: PolymorphicArrayValue
queries() 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/relation/predicate_builder/polymorphic_array_value.rb, line 11
      def queries
        type_to_ids_mapping.map do |type, ids|
          {
            associated_table.association_foreign_type.to_s => type,
            associated_table.association_foreign_key.to_s => ids
          }
        end
      end
Register or log in to add new notes.