Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 217 Bytes

ar_find_field_in.md

File metadata and controls

11 lines (8 loc) · 217 Bytes

Find with in

  where(ignore_performance: [nil, false])  

is

SELECT "trainings".* FROM "trainings" WHERE ("trainings"."ignore_performance" = 'f' OR "trainings"."ignore_performance" IS NULL)