You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So View Helpers generally access non-constant data, and since handlebar files (.hbs) are in the asset pipeline (can be precompiled etc), they have no concept of a 'view'; as a result they do not include the View Helper.
I am hoping this explains why they are not directly available; and potentially why it does not make sense to add them. I am up for debate over this, just a question of how you would go about choosing the correct helper given a template file name? (edit) Assuming it is possible (end-of-edit).
It seems that view helpers are not directly available in
.hbs.erb
templates? Or am I missing something?I have managed to access them using:
But it would be great if they were available directly.
The text was updated successfully, but these errors were encountered: