Skip to content

Commit 05e0fa9

Browse files
committed
the main page of the API generated by the doc:rails task is README
1 parent 5132081 commit 05e0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railties/lib/rails/tasks/documentation.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace :doc do
5555
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
5656
rdoc.title = "Rails Framework Documentation"
5757
rdoc.options << '--line-numbers' << '--inline-source'
58-
rdoc.rdoc_files.include('README.rdoc')
58+
rdoc.rdoc_files.include('README')
5959

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

0 commit comments

Comments
 (0)