This website works better with JavaScript.
Home
Help
Register
Sign In
stephen
/
Pressr
Watch
1
Star
0
Fork
0
Code
Issues
3
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed carrierwave task
pull/5/head
Stephen
1 year ago
parent
de49357fc5
commit
dfdca2d155
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/tasks/carrierwave.rake
+ 1
- 1
lib/tasks/carrierwave.rake
View File
@ -1,6 +1,6 @@
namespace
:carrierwave
do
task
reprocess
:
:environment
do
ImageMetum
.
each
do
|
x
|
ImageMetum
.
all
.
each
do
|
x
|
x
.
img
.
recreate_versions!
end
end
Write
Preview
Loading…
Cancel
Save