We were using single quotes inside ERB code when that code was inside HTML double quotes.
4 lines
192 B
Plaintext
4 lines
192 B
Plaintext
App.Followable.update("<%= dom_id(@follow.followable) %>",
|
|
"<%= j render("follow_button", follow: @follow) %>",
|
|
"<%= j render("layouts/flash") %>")
|