where(condition)
No documentation available.
# File activerecord/lib/arel/table.rb, line 66 def where(condition) from.where condition end