app/controllers/organizations_controller.rb in artfully_ose-1.0.0.rc4 vs app/controllers/organizations_controller.rb in artfully_ose-1.1.0.rc1
- old
+ new
@@ -57,10 +57,9 @@
if @organization.update_attributes(params[:organization])
flash[:notice] = "Successfully updated #{@organization.name}."
redirect_to @organization
else
- flash[:error]= "Failed to update #{@organization.name}."
render :show
end
end
end