File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111If using the asset pipeline to manage JavaScript, the last command will:
1212
13- - Append import "@rails/request .js" to your app/assets/javascripts/application.js entrypoint.
13+ - Append ` import "@rails/request.js" ` to your ` app/assets/javascripts/application.js ` entrypoint.
1414
1515Make sure you've already installed ` importmap-rails ` and that it's referenced before ` requestjs-rails ` in your Gemfile.
1616
@@ -24,4 +24,4 @@ With the installation done check the documentation in the [Rails Request.JS](htt
2424
2525## License
2626
27- Request.JS for Rails is released under the [ MIT License] ( https://opensource.org/licenses/MIT ) .
27+ Request.JS for Rails is released under the [ MIT License] ( https://opensource.org/licenses/MIT ) .
You can’t perform that action at this time.
0 commit comments