Merge pull request #742 from mlorb/ml-sci-1479

Remove redundant rollback call [SCI-1479]
This commit is contained in:
mlorb 2017-07-14 12:00:12 +02:00 committed by GitHub
commit a73e0b0a80

View file

@ -136,7 +136,6 @@ class RepositoryRowsController < ApplicationController
} }
end end
end end
raise ActiveRecord::Rollback if errors[:repository_cells].any?
end end
# Clean up empty cells, not present in updated record # Clean up empty cells, not present in updated record
@record.repository_cells.each do |cell| @record.repository_cells.each do |cell|