Add missing frozen string literal comment

This commit is contained in:
Wasif Hossain 2019-02-21 03:19:42 +06:00
parent a9cb097109
commit 807e160b9c
No known key found for this signature in database
GPG Key ID: 14C15A54E34D7803

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
module ActiveModelSerializers