Skip to content

Commit

Permalink
Fix bad commit. (Bad developer, bad\!)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2633 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
seckar committed Oct 16, 2005
1 parent 8b496a1 commit 67e900c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ def initialize(owner, association_name, association_class_name, association_clas
@owner = owner
@options = options
@association_name = association_name
@association_class = eval(association_class_name, __FILE__, __LINE__)
@association_class = eval(association_class_name, nil, __FILE__, __LINE__)
@association_class_primary_key_name = association_class_primary_key_name

reset
Expand Down

0 comments on commit 67e900c

Please sign in to comment.