Don't link to edgeguides in docs

This commit is contained in:
Oscar Del Ben 2012-07-16 22:45:33 -07:00
parent b64599a6c6
commit 9887440a0c
1 changed files with 1 additions and 1 deletions

View File

@ -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)