aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-02-25 23:09:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-02-25 23:09:07 +0000
commit0e37e6678ae7d4687bb5cac30b78e80259250cec (patch)
treeb84c4b8b3c7ff8dd594744924012a741b253f467 /activerecord/Rakefile
parent99307b959b1c16ab1dd0400a7398019fe9d5494b (diff)
downloadrails-0e37e6678ae7d4687bb5cac30b78e80259250cec.tar.gz
rails-0e37e6678ae7d4687bb5cac30b78e80259250cec.tar.bz2
rails-0e37e6678ae7d4687bb5cac30b78e80259250cec.zip
Documentation fixes (closes #3838)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3647 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/Rakefile')
-rwxr-xr-xactiverecord/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/Rakefile b/activerecord/Rakefile
index 5d146cecdb..f45c506539 100755
--- a/activerecord/Rakefile
+++ b/activerecord/Rakefile
@@ -76,7 +76,7 @@ task :rebuild_postgresql_databases => [:drop_postgresql_databases, :build_postgr
Rake::RDocTask.new { |rdoc|
rdoc.rdoc_dir = 'doc'
rdoc.title = "Active Record -- Object-relation mapping put on rails"
- rdoc.options << '--line-numbers --inline-source --accessor cattr_accessor=object'
+ rdoc.options << '--line-numbers' << '--inline-source' << '-A cattr_accessor=object'
rdoc.template = "#{ENV['template']}.rb" if ENV['template']
rdoc.rdoc_files.include('README', 'RUNNING_UNIT_TESTS', 'CHANGELOG')
rdoc.rdoc_files.include('lib/**/*.rb')