Sha256: 988a7bcadff5776c4af220ef65039d7b4399dfc292f470f8b257da28554be0e2
Contents?: true
Size: 380 Bytes
Versions: 8
Compression:
Stored size: 380 Bytes
Contents
require 'active_support/notifications' module FastJsonapi module ObjectSerializer alias_method :serializable_hash_without_instrumentation, :serializable_hash def serializable_hash ActiveSupport::Notifications.instrument(SERIALIZABLE_HASH_NOTIFICATION, { name: self.class.name }) do serializable_hash_without_instrumentation end end end end
Version data entries
8 entries across 8 versions & 2 rubygems