instance method
new_where_clause
Ruby on Rails 5.0.7.2
Since v5.0.7.2 Last seen in v5.0.7.2 Private — implementation detail, not part of the public APISignature
new_where_clause()
No documentation comment.
Source
# File activerecord/lib/active_record/relation/query_methods.rb, line 1224
def new_where_clause
Relation::WhereClause.empty
end
Defined in activerecord/lib/active_record/relation/query_methods.rb line 1224
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::QueryMethods