Flowdock
method

build_from_hash

Importance_0
v5.0.0.1 - Show latest stable - 0 notes - Class: ActiveRecord::PredicateBuilder
build_from_hash(attributes) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.