Get rid of unnecessary freezes

This commit is contained in:
Dillon Welch 2018-04-25 13:26:57 -07:00 committed by Shishir Kakaraddi
parent f0cc24ed06
commit e8f276c44f

View File

@ -10,8 +10,8 @@ module FastJsonapi
extend ActiveSupport::Concern
include SerializationCore
SERIALIZABLE_HASH_NOTIFICATION = 'render.fast_jsonapi.serializable_hash'.freeze
SERIALIZED_JSON_NOTIFICATION = 'render.fast_jsonapi.serialized_json'.freeze
SERIALIZABLE_HASH_NOTIFICATION = 'render.fast_jsonapi.serializable_hash'
SERIALIZED_JSON_NOTIFICATION = 'render.fast_jsonapi.serialized_json'
included do
# Set record_type based on the name of the serializer class