lib/ar/check/adapter.rb in ar-check-0.2.0 vs lib/ar/check/adapter.rb in ar-check-0.2.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module AR
module Check
module Adapter
def check_constraints(table)
result = select_all <<-SQL.strip_heredoc