Comment on Five Common Rails MistakesparentComments−rahoulb14yYes - `delete from posts where published = 1;` (or however your particular database adapter translates true)
Comments
Yes - `delete from posts where published = 1;` (or however your particular database adapter translates true)