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 1388ae8 commit ec62608Copy full SHA for ec62608
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