Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Fix syntax error in previous commit 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatack committed Nov 4, 2015
1 parent 034489c commit a18efb2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -46,7 +46,7 @@ def build_with_polymorphism(associations, base_klass)
# to call #make_polyamorous_inner_joins instead of #make_inner_joins.
def join_constraints_with_polymorphism(outer_joins)
joins = join_root.children.flat_map { |child|
make_polyamorous_inner_joins join_root, child)
make_polyamorous_inner_joins join_root, child
}
joins.concat outer_joins.flat_map { |oj|
if join_root.match? oj.join_root
Expand Down

0 comments on commit a18efb2

Please sign in to comment.