mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
get railties/README back to the home page of the API
This commit is contained in:
parent
78fffac668
commit
e3549a8054
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -66,6 +66,7 @@ Rake::RDocTask.new do |rdoc|
|
|||
rdoc.options << '--line-numbers' << '--inline-source'
|
||||
rdoc.options << '-A cattr_accessor=object'
|
||||
rdoc.options << '--charset' << 'utf-8'
|
||||
rdoc.options << '--main' << 'railties/README'
|
||||
|
||||
rdoc.template = ENV['template'] ? "#{ENV['template']}.rb" : './doc/template/horo'
|
||||
|
||||
|
|
Loading…
Reference in a new issue