Skip to content

Commit

Permalink
Saving strategy :concurent_safe_batch placeholder
Browse files Browse the repository at this point in the history
Saving strategy :concurent_safe_batch placeholder
  • Loading branch information
Ladas committed May 25, 2017
1 parent 30c167b commit 860a8c6
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module ManagerRefresh::SaveCollection
module Saver
class ConcurrentSafeBatch < ManagerRefresh::SaveCollection::Saver::Base
private

def save!(_inventory_collection, _association)
raise "saver_strategy :concurent_safe_batch is not implemented"
end
end
end
end

0 comments on commit 860a8c6

Please sign in to comment.