# File lib/origin/selectable.rb, line 535 def where(criterion = nil) criterion.is_a?(String) ? js_query(criterion) : expr_query(criterion) end