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