We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f870164 commit f4477d6Copy full SHA for f4477d6
test/support/fake_record.rb
@@ -1,4 +1,6 @@
1
# frozen_string_literal: true
2
+
3
+require 'date'
4
module FakeRecord
5
class Column < Struct.new(:name, :type)
6
end
0 commit comments