Get rid of unnecessary freezes
This commit is contained in:
parent
f0cc24ed06
commit
e8f276c44f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user