We were using single quotes inside ERB code when that code was inside HTML double quotes.
2 lines
75 B
Plaintext
2 lines
75 B
Plaintext
$("#search-result").html("<%= j render "officer", officer: @officer %>");
|