Skip to content

Commit 71c823f

Browse files
ActiveRecord, not ActiveModel
1 parent a35584e commit 71c823f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/unit/helpers/rails_versions.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def rails_version
1212
end
1313

1414
def active_record_version
15-
Tests::Version.new(::ActiveModel::VERSION::STRING)
15+
Tests::Version.new(::ActiveRecord::VERSION::STRING)
1616
end
1717

1818
def rails_oldest_version_supported

0 commit comments

Comments
 (0)