From de0b240dbbe0429133f11b739f25d406d5113def Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 19 Oct 2010 11:36:33 -0700 Subject: [PATCH] Remove unused helper method --- app/helpers/aspects_helper.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/helpers/aspects_helper.rb b/app/helpers/aspects_helper.rb index c19fb4ac4..d627b3e69 100644 --- a/app/helpers/aspects_helper.rb +++ b/app/helpers/aspects_helper.rb @@ -14,12 +14,4 @@ module AspectsHelper "#{I18n.t('aspects.helper.remove')}" end end - - def aspect_id(aspect) - if aspect.class == Aspect - aspect.id - else - :all - end - end end