mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-04 06:36:27 +08:00
remove redundant rollback call
This commit is contained in:
parent
9eba178dce
commit
739f8b5b4e
1 changed files with 0 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Reference in a new issue