summaryrefslogtreecommitdiff
path: root/app/controllers/my
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-06-15 01:18:38 -0600
committermo khan <mo@mokhan.ca>2014-06-15 01:18:38 -0600
commita928d4da0df37aed3b2c09127cab3e673cf871a3 (patch)
tree559f45aa469d932dec99759d13d6729fb86f4d18 /app/controllers/my
parent33bce064d7904324d0df59c6fe234a37c89caa14 (diff)
move new backbone page into my/cakes.
Diffstat (limited to 'app/controllers/my')
-rw-r--r--app/controllers/my/cakes_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/my/cakes_controller.rb b/app/controllers/my/cakes_controller.rb
index 03c8e0d6..f2c6753f 100644
--- a/app/controllers/my/cakes_controller.rb
+++ b/app/controllers/my/cakes_controller.rb
@@ -1,7 +1,6 @@
module My
class CakesController < BaseController
def index
- @creations = current_user.creations.includes([:user]).page(params[:page]).per(12)
end
end
end