method

create_binds

rails latest stable - Class: ActiveRecord::PredicateBuilder

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.1.7) is shown here.

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