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