I am getting an error in my console 'JQuery is not defined'.
Gemfile
# Use jquery as the JavaScript library
gem 'jquery-rails'
application.js
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require_tree .
I have ran bundle install. What else should I check?