lib/jason/consistency_checker.rb in jason-rails-0.7.1 vs lib/jason/consistency_checker.rb in jason-rails-0.7.2
- old
+ new
@@ -19,9 +19,13 @@
def self.fix_all
check_all(fix: true)
end
+ def wipe_all_subs
+
+ end
+
def initialize(subscription)
@subscription = subscription
@inconsistent = false
end
\ No newline at end of file