method
build_from_hash
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::PredicateBuilder
build_from_hash(attributes)public
No documentation available.
# File activerecord/lib/active_record/relation/predicate_builder.rb, line 19
def build_from_hash(attributes)
attributes = convert_dot_notation_to_hash(attributes)
expand_from_hash(attributes)
end