We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0967065 commit 3369518Copy full SHA for 3369518
lib/pub_sub_model_sync/run_subscriber.rb
@@ -40,7 +40,7 @@ def run_model_message
40
call_action(model)
41
end
42
43
- def ensure_sync(object)
+ def ensure_sync(object) # rubocop:disable Metrics/AbcSize
44
res = true
45
res = false if settings[:if] && !parse_condition(settings[:if], object)
46
res = false if settings[:unless] && parse_condition(settings[:unless], object)
0 commit comments