.toObject()
Purpose
The toObject method returns a cloned model instance (record) but stripped of all instance methods.
Overview
Return Value
Description | Possible Data Types | |
---|---|---|
Cloned Record | { } |
Example Usage
See usage in .toJSON()
Notes
You will only want to use .toObject when overriding the default .toJSON instance method.