Method: Arel::Nodes::DeleteStatement#wheres
- Defined in:
- activerecord/lib/arel/nodes/delete_statement.rb
#wheres ⇒ Object
Returns the value of attribute wheres.
6 7 8 |
# File 'activerecord/lib/arel/nodes/delete_statement.rb', line 6 def wheres @wheres end |