Author Build Commit PR
Xavier Noria 22699 44cf1d3 n/a
Repo Branch
rails/rails main
Message
Add the markup directive to require-only files Initially, I thought we could skip files that only have require or require_relative calls, because they have no API. However, that exception difficults a bit knowing which files are pending. Let's KISS this and add the directive to them too.

/api

Reference documentation

/guides

In-depth tutorials