method

quoted_array

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