Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
03/26/08 12:27:52 (7 months ago)
Author:
pratik
Message:

Improve documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/lib/active_support/json/encoders/object.rb

    r7736 r9093  
    11class Object 
    2   # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info. 
     2  # Dumps object in JSON (JavaScript Object Notation). See www.json.org for more info. 
    33  def to_json(options = {}) 
    44    ActiveSupport::JSON.encode(instance_values, options)