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