diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-31 22:17:58 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-31 22:17:58 -0700 |
| commit | 05294a558e7c6ab4d00818835aa68d3e2b932e6e (patch) | |
| tree | 943885d94eb9c05ef9e731c4660292141b8747df /app/controllers/application_controller.rb | |
| parent | 4b06847a226e2d10356d49c09df285afed048e5c (diff) | |
remove unused method.
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index fdefb9c2..641e4ebe 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -9,10 +9,6 @@ class ApplicationController < ActionController::Base private - def resolve(target) - target.new(current_user) - end - def load_categories @categories = Category.all end |
