You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the returned instance is not loaded. It is just a reference. To access the attributes one should do instance.load to be safe we can always check the loaded? flag.
Notice that find returns nil when the object cannot does not exist. This behavior was like this in previous versions.
For consistency with
where
andall
and to avoid confusion and improve performance. Find might be use to see if a resource exists.The text was updated successfully, but these errors were encountered: