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