remove redundant rollback call

This commit is contained in:
Mojca Lorber 2017-07-13 13:49:26 +02:00
parent 9eba178dce
commit 739f8b5b4e

View file

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