Skip to content

Commit

Permalink
Correct supporter_notes reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wwahammy committed Sep 25, 2024
1 parent a2f7ffe commit 0105d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/legacy_lib/nonprofit_query_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def supporters
end

def supporter_notes
Qx.select("*").from(:supporters).join(:supporter_notes, "supporters.id = supporters_notes.supporter_id")
Qx.select("*").from(:supporters).join(:supporter_notes, "supporters.id = supporter_notes.supporter_id")
end


Expand Down

0 comments on commit 0105d61

Please sign in to comment.