I am having trouble including the highcharts JS in my rails app when using the highcharts-rails gem.
I have added the gem to my gemfile
gem "highcharts"
And then ran bundle install
In my application.js file I have used (as described on the repo)
//= require highcharts
But I keep getting the error
Sprockets::FileNotFound
for highcharts