Module: SafeObjectAsJson

Defined in:
lib/safe_object_as_json.rb

Constant Summary collapse

SUPPORT_FILTERING =

ActiveSupport 7 is adding support for filtering hash values with :only and :except options.

(ActiveSupport.version.canonical_segments.first > 6)
VERSION =
File.read(File.expand_path("../VERSION", __dir__)).chomp