diff --git a/app/views/votes/create.js.erb b/app/views/votes/create.js.erb index 55733e509..5e855e40e 100644 --- a/app/views/votes/create.js.erb +++ b/app/views/votes/create.js.erb @@ -1 +1 @@ -$("#votes").html("<%= j render('vote') %>"); \ No newline at end of file +$("#votes").html("<%= j render('votes') %>"); \ No newline at end of file