AutoCommit Sam Aug 1 00:03:01 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-01 00:03:01 +02:00
parent 786cde0d08
commit ca6deabb34
3 changed files with 15 additions and 14 deletions

View File

@@ -22,7 +22,8 @@ num = {"Beispiel"=> 2, "Survey::Question"=> 7}
respond_to do |format|
format.html # show.html.erb
# format.html # show.html.erb
format.js
format.json { render json: @comment }
end
end

View File

@@ -1 +1 @@
$("#<%= @comment.commentable.formid %>").html("")