Remove unused helper method
This commit is contained in:
parent
fce902821b
commit
de0b240dbb
1 changed files with 0 additions and 8 deletions
|
|
@ -14,12 +14,4 @@ module AspectsHelper
|
||||||
"<span class='grey' title=#{I18n.t('aspects.helper.aspect_not_empty')}>#{I18n.t('aspects.helper.remove')}</span>"
|
"<span class='grey' title=#{I18n.t('aspects.helper.aspect_not_empty')}>#{I18n.t('aspects.helper.remove')}</span>"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def aspect_id(aspect)
|
|
||||||
if aspect.class == Aspect
|
|
||||||
aspect.id
|
|
||||||
else
|
|
||||||
:all
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue