refactor(virus_scan): remove lock
This commit is contained in:
parent
6e18090fb3
commit
c4a30084fe
5 changed files with 3 additions and 25 deletions
|
@ -2,6 +2,7 @@ module BlobVirusScannerConcern
|
|||
extend ActiveSupport::Concern
|
||||
|
||||
included do
|
||||
self.ignored_columns = [:lock_version]
|
||||
before_create :set_pending
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue