Activity
Dennis Hackethal criticized idea #313.
4 months ago · ‘Hiccdown Development Notes’#313 · Dennis Hackethal, 4 months agoHiccdown methods should live in their own, separate modules. How about they are called ‘renderers’?
module ProductsRenderer def self.index vc, # … vc.some_helper_method end end
Then how would you call this from a helper method?