Commit cc09e6f8

mo khan <mo@mokhan.ca>
2013-12-30 18:30:19
disable etag for creations#show until we can update timestamp on creation after all images are processed.
1 parent a9e3dee
Changed files (1)
app/controllers/creations_controller.rb
@@ -11,7 +11,7 @@ class CreationsController < ApplicationController
     @creation = Creation.find(params[:id])
     @primary_photo = @creation.primary_image
     expires_in(1.minute)
-    fresh_when(@creation)
+    #fresh_when(@creation)
   end
 
   def new