Skip to content

Commit

Permalink
the main page of the API generated by the doc:rails task is README
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 30, 2010
1 parent 5132081 commit 05e0fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/documentation.rake
Expand Up @@ -55,7 +55,7 @@ namespace :doc do
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.title = "Rails Framework Documentation"
rdoc.options << '--line-numbers' << '--inline-source'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('README')

gem_path('actionmailer') do |actionmailer|
%w(README.rdoc CHANGELOG MIT-LICENSE lib/action_mailer/base.rb).each do |file|
Expand Down

0 comments on commit 05e0fa9

Please sign in to comment.