1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add paths to docs for Active Storage

This commit is contained in:
Yoshiyuki Hirano 2017-08-25 11:26:48 +09:00
parent 938b9ea408
commit b36c05756a

View file

@ -69,6 +69,7 @@ module Rails
"activestorage" => {
include: %w(
README.md
app/**/active_storage/**/*.rb
lib/active_storage/**/*.rb
)
},