where_values_hash(relation_table_name = table_name)
Instance Public methods
Returns a hash of where conditions.
User.where(name: 'Oscar').where_values_hash # => {name: "Oscar"}
Returns a hash of where conditions.
User.where(name: 'Oscar').where_values_hash # => {name: "Oscar"}
Please login to continue.