Hiccdown Development Notes
Showing only those parts of the discussion that lead to #306.
See full discussion·See most recent related ideasLog in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas.Discussions can branch out indefinitely. You may need to scroll sideways.
Hiccdown methods should live in Rails helpers as class methods. That way, the problem described in #302 is solved – methods can be referenced unambiguously:
ruby
ProductsHelper.indexStoresHelper.index
CriticismCriticized2*Archived
Does that mean they wouldn’t have the view_context? If so, calling helper methods from inside these class methods wouldn’t be possible.
Superseded by #305. This comment was generated automatically.