Skip to content

Commit f7576e0

Browse files
committed
Update README.md
lib/assets and vendor/assets folders are added also to config.assets.paths by default
1 parent 8eb8b8f commit f7576e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Set to `true` to enable additional runtime error checking. Recommended in the `d
6161

6262
**`config.assets.paths`**
6363

64-
Add additional load paths to this Array. Rails includes `app/assets` for you already. Plugins might want to add their custom paths to this.
64+
Add additional load paths to this Array. Rails includes `app/assets`, `lib/assets` and `vendor/assets` for you already. Plugins might want to add their custom paths to this.
65+
6566

6667
**`config.assets.version`**
6768

0 commit comments

Comments
 (0)