Skip to content

Commit ed0b256

Browse files
authored
Update other-details.md
misc
1 parent 9194ede commit ed0b256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/rails-installation/other-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ using webpacker its actually not necessary (but doesn't hurt anything.)
3232

3333
#### The application layout
3434

35-
If using a recent version of rails with webpacker you may find that the application.html.erb file longer loads the application.js file. Make sure that your layout file has this line:
35+
If using a recent version of rails with webpacker you may find that the application.html.erb file no longer loads the application.js file. Make sure that your layout file has this line:
3636

3737
```html
3838
<%= javascript_include_tag 'application' %>

0 commit comments

Comments
 (0)