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

View File

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