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
I'm not sure if this is an issue or if I'm misreading the README, but from "well isolated helper methods" I expected that helpers defined with partial.helpers would only be available to the partial that defines them. Instead, it appears that helpers defined in this way are available to all partials.
I'm not sure if this is an issue or if I'm misreading the README, but from "well isolated helper methods" I expected that helpers defined with
partial.helpers
would only be available to the partial that defines them. Instead, it appears that helpers defined in this way are available to all partials.To reproduce:
issue-102
branchtest_partial
is available onother_partial
.* - you may need to restart the server to observe the changes, see #101
The text was updated successfully, but these errors were encountered: