error fixes

This commit is contained in:
2014-07-14 17:09:26 +02:00
parent adaf924fd7
commit d823dea5c2
7 changed files with 33 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ class GremienController < ApplicationController
@memberships<< Membership.new
@memberships<< Membership.new
render action: "edit", notice: 'gremium was successfully updated.'
end
}
format.json { head :no_content }
else