ActiveRecord::QueryMethods::WhereChain

class ActiveRecord::QueryMethods::WhereChain

Parent:
Object

WhereChain objects act as placeholder for queries in which where does not have any parameter. In this case, where must be chained with not to return a new relation.

Public Class Methods