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