mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
adds Abstract Controller to the API
This commit is contained in:
parent
334452098e
commit
aed698a7c8
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -90,6 +90,7 @@ RDoc::Task.new do |rdoc|
|
|||
|
||||
rdoc.rdoc_files.include('actionpack/README.rdoc')
|
||||
rdoc.rdoc_files.include('actionpack/CHANGELOG')
|
||||
rdoc.rdoc_files.include('actionpack/lib/abstract_controller/**/*.rb')
|
||||
rdoc.rdoc_files.include('actionpack/lib/action_controller/**/*.rb')
|
||||
rdoc.rdoc_files.include('actionpack/lib/action_dispatch/**/*.rb')
|
||||
rdoc.rdoc_files.include('actionpack/lib/action_view/**/*.rb')
|
||||
|
|
Loading…
Reference in a new issue