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

Merge pull request #30401 from yhirano55/add_paths_to_docs_for_active_storage

Add paths to docs for Active Storage
This commit is contained in:
Ryuta Kamizono 2017-08-25 14:18:18 +09:00 committed by GitHub
commit cb5af0d750

View file

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