method

quoted_array

Importance_0
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Predications
quoted_array(others) 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/arel/predications.rb, line 227
    def quoted_array(others)
      others.map { |v| quoted_node(v) }
    end
Register or log in to add new notes.