Remove unused helper method

This commit is contained in:
Raphael 2010-10-19 11:36:33 -07:00
parent fce902821b
commit de0b240dbb

View file

@ -14,12 +14,4 @@ module AspectsHelper
"<span class='grey' title=#{I18n.t('aspects.helper.aspect_not_empty')}>#{I18n.t('aspects.helper.remove')}</span>"
end
end
def aspect_id(aspect)
if aspect.class == Aspect
aspect.id
else
:all
end
end
end