method

build_from_hash

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