Commit 05294a55

mo khan <mo@mokhan.ca>
2014-01-01 05:17:58
remove unused method.
1 parent 4b06847
Changed files (1)
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