Closed 1fabunicorn closed 6 years ago
After downgrading too rails 5.0, it works. Just a note for the devs.
same here, Taxonomy classes do not work.
@1fabunicorn I have try to reproduce this issue with your config, and everything works fine. Could you provide exact steps that you have done?
Was this ever resolved? What was the resolution?
Ran into this issue today. I just manually included the missing helper method into application_helper.rb.
module ApplicationHelper
include Spree::TrackersHelper
end
Here is my Gemfile
And the error is
undefined method product_for_segment' for #< <Class:0x00000000067273a0>:0x000000000693e940>
I did everything the README install instructions told me, hopefully this is an easy one!