Използвайте pg_array_ops разширение:
Sequel.extension :pg_array_ops
Email.where(Sequel.pg_array_op(:references).contains('example@sqldat.com'))
Използвайте pg_array_ops разширение:
Sequel.extension :pg_array_ops
Email.where(Sequel.pg_array_op(:references).contains('example@sqldat.com'))