Skip to content

Commit

Permalink
moves RDOC_MAIN.rdoc to railties
Browse files Browse the repository at this point in the history
The goal of these refactors is to have the same code generating
edge and doc:rails APIs, and the rails gem is not available in
LOAD_PATHS because it has no lib directory.
  • Loading branch information
fxn committed Mar 29, 2013
1 parent 7a5aa72 commit 3235537
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion railties/lib/rails/api/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def configure_rdoc_files
end

def api_main
'RDOC_MAIN.rdoc'
'railties/RDOC_MAIN.rdoc'
end

def api_dir
Expand Down

0 comments on commit 3235537

Please sign in to comment.