method
create_binds
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::PredicateBuilder
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