Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
div committed Nov 30, 2012
1 parent a6fc605 commit c0737ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,11 +386,11 @@ end
You might come to a situation where you want to retroactively change a version
or add a new one. You can use the recreate_versions! method to recreate the
versions from the base file. This uses a naive approach which will re-upload and
process all versions.
process the specified version or all versions, if none is passed as an argument.

```ruby
instance = MyUploader.new
instance.recreate_versions!
instance.recreate_versions!(:thumb, :large)
```

Or on a mounted uploader:
Expand Down

0 comments on commit c0737ad

Please sign in to comment.