Speak up, guys! I'm putting together a clause wher...
# server
j
Speak up, guys! I'm putting together a clause where exposed this way 
Employee.select { Employee.id = id and (Employee.name = name)}
 is that correct?
m
you should use 'eq' instead =
a
#exposed
👍 1