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
While using this extension on Solidus 2.8.2, I get a NoMethod error if I call render_snippet from any view . Looks like the helper is not being loaded automatically.
I had to define render_snippet myself using a decorator to fix the issue.
Any idea why? Has someone encountered the same issue before?
The text was updated successfully, but these errors were encountered:
kevinnio
changed the title
Spree::PagesHelper doesn't have render_snipper method
Spree::PagesHelper doesn't have render_snippet method
May 7, 2019
While using this extension on Solidus 2.8.2, I get a
NoMethod
error if I callrender_snippet
from any view . Looks like the helper is not being loaded automatically.I had to define
render_snippet
myself using a decorator to fix the issue.Any idea why? Has someone encountered the same issue before?
The text was updated successfully, but these errors were encountered: