Comparing #303 (version 1) and #1980 (version 2)

Hiccdown 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

Hiccdown 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
Marked as criticism
#1980·Dennis Hackethal·12 days ago·Criticism
4 comments: #304, #305, #312, and #332