test_to_key()
Instance Public methods
Responds to to_key
Returns an Enumerable of all (primary)
key attributes or nil if model.persisted?
is false. This is
used by dom_id
to generate unique ids for the object.
Returns an Enumerable of all (primary)
key attributes or nil if model.persisted?
is false. This is
used by dom_id
to generate unique ids for the object.
Please login to continue.