diff options
author | Arun Agrawal <arunagw@gmail.com> | 2014-04-09 07:59:28 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2014-04-09 07:59:28 +0530 |
commit | e1178297aed9ae77b1766b1fb10340ce9af51cbe (patch) | |
tree | dde0d456d005bcd7dfff222f1251784f94efaa09 /guides | |
parent | aff37a9ed2463629bee8930be4f0beab1ec7fbb4 (diff) | |
parent | fec69b9b8d5b6f8fbc9b91a482f073ad7b5af282 (diff) | |
download | rails-e1178297aed9ae77b1766b1fb10340ce9af51cbe.tar.gz rails-e1178297aed9ae77b1766b1fb10340ce9af51cbe.tar.bz2 rails-e1178297aed9ae77b1766b1fb10340ce9af51cbe.zip |
Merge pull request #14653 from vdmgolub/patch-1
Guides: minor typo fixed in Asset Pipeline guide
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/asset_pipeline.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md index 5bb895cb78..b2b739b4cc 100644 --- a/guides/source/asset_pipeline.md +++ b/guides/source/asset_pipeline.md @@ -245,7 +245,7 @@ When a file is referenced from a manifest or a helper, Sprockets searches the three default asset locations for it. The default locations are: the `images`, `javascripts` and `stylesheets` -directories under the `apps/assets` folder, but these subdirectories +directories under the `app/assets` folder, but these subdirectories are not special - any path under `assets/*` will be searched. For example, these files: |