3202fbabe6
ca9413674e
b1968708e1
1
2
3 4
5 6
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