Commit 39469981

mo khan <mo@mokhan.ca>
2013-03-06 04:31:26
move back to process in background
1 parent 2606f1b
Changed files (1)
app
models
app/models/photo.rb
@@ -3,8 +3,8 @@ class Photo < ActiveRecord::Base
   belongs_to :creation
   validates :image,  :presence => true
   mount_uploader :image, PhotoUploader
-  #process_in_background :image
-  store_in_background :image
+  process_in_background :image
+  #store_in_background :image
 
   include Rails.application.routes.url_helpers
   def to_jq_upload