* Supporting a proposal will create a follow relationship * Only followers receive notifications
5 lines
302 B
Plaintext
5 lines
302 B
Plaintext
$("#<%= dom_id(@proposal) %>_votes").html("<%= j render("proposals/votes", proposal: @proposal) %>");
|
|
App.Followable.update("<%= dom_id(@follow.followable) %>",
|
|
"<%= j render("follows/follow_button", follow: @follow) %>",
|
|
"<%= j render("layouts/flash") %>")
|