Hiccdown methods should live in Rails helpers as class methods. That way, the problem described in #302 is solved – methods can be referenced unambiguously:
12
1
2
ProductsHelper.index StoresHelper.index
ProductsHelper.index
StoresHelper.index