Activity
Dennis Hackethal criticized idea #303.
4 months ago · ‘Hiccdown Development Notes’#303 · Dennis Hackethal, 4 months agoHiccdown methods should live in Rails helpers as class methods. That way, the problem described in #302 is solved – methods can be referenced unambiguously:
ProductsHelper.index StoresHelper.index
#327 applies here, too: no access to instance variables inside helper class methods.