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:
commit
cb5af0d750
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ module Rails
|
||||||
"activestorage" => {
|
"activestorage" => {
|
||||||
include: %w(
|
include: %w(
|
||||||
README.md
|
README.md
|
||||||
|
app/**/active_storage/**/*.rb
|
||||||
lib/active_storage/**/*.rb
|
lib/active_storage/**/*.rb
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue