Hot Fixes

This commit is contained in:
2015-06-21 16:01:01 +02:00
parent b0f1a2823f
commit 308b542caa
9 changed files with 24 additions and 15 deletions

View File

@@ -94,7 +94,7 @@ class DocumentsController < ApplicationController
end
@parent=@document.parent
respond_to do |format|
format.html
format.html {render :edit}
end
end
end