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.
2 parents 2789a57 + ec62608 commit 7e2f3d1Copy full SHA for 7e2f3d1
test/active_record_test.rb
@@ -0,0 +1,9 @@
1
+require 'test_helper'
2
+
3
+class ActiveRecordTest < Minitest::Test
4
+ include ActiveModel::Serializer::Lint::Tests
5
6
+ def setup
7
+ @resource = ARModels::Post.new
8
+ end
9
+end
0 commit comments