Commit 05294a55
Changed files (1)
app
controllers
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