Sha256: f436b5ddd04a8f4fb769a3fa3f154c4284b30ad510deddfa6a479949f6512b0d
Contents?: true
Size: 195 Bytes
Versions: 42
Compression:
Stored size: 195 Bytes
Contents
class Object # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info. def to_json(options = {}) ActiveSupport::JSON.encode(instance_values, options) end end
Version data entries
42 entries across 41 versions & 14 rubygems
Version | Path |
---|---|
radiant-0.8.0 | vendor/rails/activesupport/lib/active_support/json/encoders/object.rb |
radiant-0.7.1 | vendor/rails/activesupport/lib/active_support/json/encoders/object.rb |