Activity
Dennis Hackethal revised idea #303 and marked it as a criticism.
Hiccdown methods should live in Rails helpers as class methods. That way, the problem described in #302 is solved – methods can be referenced unambiguously:
ruby
ProductsHelper.indexStoresHelper.index
Hiccdown methods should live in Rails helpers as class methods. That way, the problem described in #302 is solved – methods can be referenced unambiguously:
ruby
ProductsHelper.indexStoresHelper.index