Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Merged in upstream #67.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgifford committed Oct 11, 2012
1 parent 4dc5a98 commit aa81dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /home/jrg/code/delayed_paperclip
specs:
delayed_paperclip (2.4.5.1)
delayed_paperclip (2.4.5.2)
paperclip (>= 2.4.5)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails3_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: /home/jrg/code/delayed_paperclip
specs:
delayed_paperclip (2.4.5.1)
delayed_paperclip (2.4.5.2)
paperclip (>= 2.4.5)

GEM
Expand Down
1 change: 1 addition & 0 deletions lib/delayed_paperclip/attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def processing?

def process_delayed!
self.job_is_processing = true
self.post_processing = true
reprocess!
self.job_is_processing = false
end
Expand Down

0 comments on commit aa81dfb

Please sign in to comment.