diff options
| author | mo khan <mo@mokhan.ca> | 2013-11-30 19:40:19 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-11-30 19:40:19 -0700 |
| commit | 26712257d11b7a0692df096b543f81e625584f8f (patch) | |
| tree | 45b392fc03bde8d246458e34b6b7867bf023997a /app/controllers/application_controller.rb | |
| parent | 6256be68c46ea0d244c182e477111fae8901822f (diff) | |
remove comments and dead code.
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
