Commit 6245c4cc

mo k <mo@mokhan.ca>
2012-06-20 02:59:47
remove @creations field from creations#show action because it is not used.
1 parent 450844e
Changed files (1)
app/controllers/creations_controller.rb
@@ -9,7 +9,6 @@ class CreationsController < ApplicationController
   def show
     @creation = Creation.find(params[:id])
     @profile = @creation.user
-    @creations = @creation.user.creations.page(params[:page]).per(9)
   end
 
   # GET /creations/new