From 26712257d11b7a0692df096b543f81e625584f8f Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 30 Nov 2013 19:40:19 -0700 Subject: remove comments and dead code. --- app/controllers/application_controller.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'app/controllers/application_controller.rb') diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 0db1df02..39476b91 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -18,9 +18,6 @@ class ApplicationController < ActionController::Base end def load_categories - #@categories = Rails.cache.fetch("categories-#{Category.count}") do - #Category.all - #end @categories = Category.all end -- cgit v1.2.3