eki-177/abyme

Helpers in application_helper don't seem to be available inside partials

bear-in-mind opened this issue · 1 comments

For some weird reason, I'm not able to call some of my custom helpers (defined inside ApplicationHelper) from my _fieldspartials. It raises an undefined method error.

Even weirder, this only happens if using the block version of abymize ; when using the one-liner, it works fine.

Solved in #23 (See this commit)