mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
guides/rails_guides moved up and out of the railties directory
This commit is contained in:
parent
23048551fd
commit
549ced9c10
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ namespace :doc do
|
|||
# desc "Generate Rails Guides"
|
||||
task :guides do
|
||||
# FIXME: Reaching outside lib directory is a bad idea
|
||||
require File.expand_path('../../../../guides/rails_guides', __FILE__)
|
||||
require File.expand_path('../../../../../guides/rails_guides', __FILE__)
|
||||
RailsGuides::Generator.new(Rails.root.join("doc/guides")).generate
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue