Rahul Bir

Results 1 comments of Rahul Bir

and if you want a specific version of jQuery (2 or 3): ``` // app/javascript/application.js import 'jquery' import 'jquery_ujs' ``` ``` # config/importmap.rb pin "jquery", to: "jquery3.min.js", preload: true pin...