Revisions of #303

Contributors: Dennis Hackethal

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
Version 1·#303·Dennis Hackethal·about 1 year ago
5 comments: #304, #305, #312, #332, and #1981

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