method
where
v7.1.3.4 -
Show latest stable
- Class:
Arel::Table
where(condition)public
No documentation available.
# File activerecord/lib/arel/table.rb, line 66
def where(condition)
from.where condition
end where(condition)No documentation available.
# File activerecord/lib/arel/table.rb, line 66
def where(condition)
from.where condition
end