diff options
| author | mo k <mo.khan@gmail.com> | 2013-12-23 19:49:44 -0700 |
|---|---|---|
| committer | mo k <mo.khan@gmail.com> | 2013-12-23 19:49:44 -0700 |
| commit | bb3d66927684ca0269be7182fc08d3494245437d (patch) | |
| tree | e1527baf4cd4547aea398709b9d07505d2e1f437 /app/controllers/application_controller.rb | |
| parent | aafbb8027f0dad4107d8d2b812386e8e99b5a329 (diff) | |
| parent | 45c6bbc66580fcc39610659a956cf6ab82f7fa8e (diff) | |
Merged in clean-house (pull request #2)
Remove some 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 |
