aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/README.rdoc (renamed from activemodel/README)0
-rw-r--r--activemodel/Rakefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/README b/activemodel/README.rdoc
index 6f162ef408..6f162ef408 100644
--- a/activemodel/README
+++ b/activemodel/README.rdoc
diff --git a/activemodel/Rakefile b/activemodel/Rakefile
index 1dba664539..4e4bbcee96 100644
--- a/activemodel/Rakefile
+++ b/activemodel/Rakefile
@@ -32,7 +32,7 @@ Rake::RDocTask.new do |rdoc|
rdoc.options << '--line-numbers' << '--inline-source' << '-A cattr_accessor=object'
rdoc.options << '--charset' << 'utf-8'
rdoc.template = ENV['template'] ? "#{ENV['template']}.rb" : '../doc/template/horo'
- rdoc.rdoc_files.include("README", "CHANGELOG")
+ rdoc.rdoc_files.include("README.rdoc", "CHANGELOG")
rdoc.rdoc_files.include("lib/**/*.rb")
end