Skip to content

Commit

Permalink
Add lib/rails/*.rb to rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 19, 2008
1 parent 6e70573 commit 803f41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/Rakefile
Expand Up @@ -267,6 +267,7 @@ Rake::RDocTask.new { |rdoc|
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README', 'CHANGELOG')
rdoc.rdoc_files.include('lib/*.rb')
rdoc.rdoc_files.include('lib/rails/*.rb')
rdoc.rdoc_files.include('lib/rails_generator/*.rb')
rdoc.rdoc_files.include('lib/commands/**/*.rb')
}
Expand Down

0 comments on commit 803f41e

Please sign in to comment.