Version 1 of #313
Hiccdown methods should live in their own, separate modules. How about they are called ‘renderers’?
ruby
module ProductsRendererdef self.index vc, # …vc.some_helper_methodendend
Hiccdown methods should live in their own, separate modules. How about they are called ‘renderers’?
module ProductsRendererdef self.index vc, # …vc.some_helper_methodendend