Skip to content

Commit

Permalink
Updating .yardopts to document .rb files in [GEM]/app
Browse files Browse the repository at this point in the history
Fixes rails#36321

Enables missing documentation for:
- actionmailbox/app/controllers/{.,**}/*.rb
- actionmailbox/app/jobs/{.,**}/*.rb
- actionmailbox/app/models/{.,**}/*.rb
- actiontext/app/models/{.,**}/*.rb
- activestorage/app/controllers/{.,**}/*.rb
- activestorage/app/jobs/{.,**}/*.rb
- activestorage/app/models/{.,**}/*.rb
  • Loading branch information
mvastola committed Aug 20, 2019
1 parent ebd7f2a commit e555388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--exclude /templates/
--quiet
act*/lib/**/*.rb
act*/app/**/*.rb
railties/lib/**/*.rb

0 comments on commit e555388

Please sign in to comment.