Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8273 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Dec 5, 2007
1 parent e7dab3b commit 37b1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/associations/eager_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_with_ordering
def test_with_two_tables_in_from_without_getting_double_quoted
posts = Post.find(:all,
:select => "posts.*",
:from => "posts, authors",
:from => "authors, posts",
:include => :comments,
:conditions => "posts.author_id = authors.id"
)
Expand Down

0 comments on commit 37b1d33

Please sign in to comment.