We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5132081 commit 05e0fa9Copy full SHA for 05e0fa9
railties/lib/rails/tasks/documentation.rake
@@ -55,7 +55,7 @@ namespace :doc do
55
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
56
rdoc.title = "Rails Framework Documentation"
57
rdoc.options << '--line-numbers' << '--inline-source'
58
- rdoc.rdoc_files.include('README.rdoc')
+ rdoc.rdoc_files.include('README')
59
60
gem_path('actionmailer') do |actionmailer|
61
%w(README.rdoc CHANGELOG MIT-LICENSE lib/action_mailer/base.rb).each do |file|
0 commit comments