Method: Arel::Predications#quoted_array
- Defined in:
- activerecord/lib/arel/predications.rb
#quoted_array(others) ⇒ Object
227 228 229 |
# File 'activerecord/lib/arel/predications.rb', line 227 def quoted_array(others) others.map { |v| quoted_node(v) } end |