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