Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 5, 2011
1 parent e472702 commit f29a2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ Use any of the destroy methods, but add a bang (!):

<pre>
Article::Archive.find(:first).destroy!
Article.delete_all!(["id in (?)", [1,2,3]])
Article.delete_all!([ "id in (?)", [ 1, 2, 3 ] ])
</pre>

Restore from the archive
Expand Down

0 comments on commit f29a2e9

Please sign in to comment.