tracks/app/views/todos/update.js.erb
Carsten Otto eb1012f1f2 typo
2015-04-13 14:38:27 +02:00

5 lines
No EOL
243 B
Text

<%- object_name = unique_object_name_for("update_todo_#{@todo.id}") -%>
var <%=object_name%> = {
<%= render :partial => (@saved ? "update_successful" : "update_has_errors"), locals: {object_name: object_name} %>
}
<%=object_name%>.animate();