method

create_binds

create_binds(attributes)
public

No documentation available.

# File activerecord/lib/active_record/relation/predicate_builder.rb, line 32
    def create_binds(attributes)
      attributes = convert_dot_notation_to_hash(attributes)
      create_binds_for_hash(attributes)
    end