lib/atomically/patches/none.rb in atomically-1.1.2 vs lib/atomically/patches/none.rb in atomically-1.1.3
- old
+ new
@@ -1,9 +1,9 @@
-# frozen_string_literal: true
-
-require 'active_record'
-
-class << ActiveRecord::Base
- def none # For Rails 3
- where('1=0')
- end
-end
+# frozen_string_literal: true
+
+require 'active_record'
+
+class << ActiveRecord::Base
+ def none # For Rails 3
+ where('1=0')
+ end
+end