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

Exclude template files for rdoc API [ci skip]

This commit is contained in:
Francesco Rodriguez 2013-04-04 17:28:44 -05:00
parent 49a0f554a6
commit a77ad86ff1

View file

@ -57,7 +57,8 @@ module Rails
CHANGELOG.md
MIT-LICENSE
lib/**/*.rb
)
),
:exclude => 'lib/rails/generators/rails/**/templates/**/*.rb'
}
}