4523: Merge branch '4523-search-index' of git.curoverse.com:arvados into 4523-search...
[arvados.git] / apps / workbench / app / controllers / application_controller.rb
index 6fea62563d2828e66278b31af5632ca3a8bf9811..c7575176dec97fa4762bb3d730fd3ec0ef95b7ca 100644 (file)
@@ -322,6 +322,7 @@ class ApplicationController < ActionController::Base
     @new_resource_attrs ||= {}
     @new_resource_attrs.reject! { |k,v| k.to_s == 'uuid' }
     @object ||= model_class.new @new_resource_attrs, params["options"]
+
     if @object.save
       show
     else