diff options
author | Oscar Del Ben <oscar@oscardelben.com> | 2012-07-16 22:45:33 -0700 |
---|---|---|
committer | Oscar Del Ben <oscar@oscardelben.com> | 2012-07-16 22:45:33 -0700 |
commit | 9887440a0c0e69afbcd6ccba4243033fb153c8cb (patch) | |
tree | 1d2d610b48bb67eca6be2cccc7e2ae57c0a70f7e | |
parent | b64599a6c62ede468810d7176a92dce08d0486b6 (diff) | |
download | rails-9887440a0c0e69afbcd6ccba4243033fb153c8cb.tar.gz rails-9887440a0c0e69afbcd6ccba4243033fb153c8cb.tar.bz2 rails-9887440a0c0e69afbcd6ccba4243033fb153c8cb.zip |
Don't link to edgeguides in docs
-rw-r--r-- | activerecord/lib/active_record/relation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb index dd1f77e925..05bf3d954c 100644 --- a/activerecord/lib/active_record/relation.rb +++ b/activerecord/lib/active_record/relation.rb @@ -145,7 +145,7 @@ module ActiveRecord # are needed by the next ones when eager loading is going on. # # Please see further details in the - # {Active Record Query Interface guide}[http://edgeguides.rubyonrails.org/active_record_querying.html#running-explain]. + # {Active Record Query Interface guide}[http://guides.rubyonrails.org/active_record_querying.html#running-explain]. def explain _, queries = collecting_queries_for_explain { exec_queries } exec_explain(queries) |