Skip to content

Commit

Permalink
README touchup
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Feb 27, 2010
1 parent 508fc5a commit a568d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Expand Up @@ -106,14 +106,14 @@ Call <code>ActsAsArchive.update</code> upon adding new indexes
Delete records without archiving Delete records without archiving
-------------------------------- --------------------------------


To destroy a record without archiving it, use: To destroy a record without archiving:


<pre> <pre>
article.destroy! article.destroy!
</pre> </pre>


To delete records without archiving, use: To delete multiple records without archiving:


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

0 comments on commit a568d23

Please sign in to comment.