Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Oct 12, 2013
1 parent d7ddaa5 commit 485eec4
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -167,11 +167,6 @@ def build(associations, parent, join_type)
end
end

def build_scalar(reflection, parent, join_type)
join_association = build_join_association(reflection, parent, join_type)
parent.children << join_association
end

def build_join_association(reflection, parent, join_type)
reflection.check_validity!

Expand Down

0 comments on commit 485eec4

Please sign in to comment.