Sha256: f01bbb8a1b7acef25ea1b6c34cf6817d0a94fa0b17a13142c6da2c97313c7016
Contents?: true
Size: 166 Bytes
Versions: 19
Compression:
Stored size: 166 Bytes
Contents
require 'active_support' class LHS::Data module Json extend ActiveSupport::Concern def as_json(_options = {}) _data._raw.as_json end end end
Version data entries
19 entries across 19 versions & 1 rubygems