search document html redirect

This commit is contained in:
Andreas Stephanides
2015-06-11 11:54:40 +02:00
parent 090e2ad72a
commit 015ef4a64d

View File

@@ -166,7 +166,7 @@ class DocumentsController < ApplicationController
end end
end end
respond_to do |format| respond_to do |format|
format.html format.html { redirect_to :intern}
format.js format.js
end end
end end