Fix asset_pipeline docs incorrect image dir info

This commit is contained in:
marvin 2017-03-16 19:42:00 +08:00
parent d035f2d0b4
commit 5a09b3fd6b
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ an asset has been updated and if so loads it into the page:
<%= javascript_include_tag "application", "data-turbolinks-track" => "reload" %>
```
In regular views you can access images in the `public/assets/images` directory
In regular views you can access images in the `app/assets/images` directory
like this:
```erb