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
Model.first or any other db call returns an hash.
res = Model.first
res.name wont work.
But documentation says, we can make res.name call.
And also can I know how to update a record.
The text was updated successfully, but these errors were encountered:
Model.first or any other db call returns an hash.
res = Model.first
res.name wont work.
But documentation says, we can make res.name call.
And also can I know how to update a record.
The text was updated successfully, but these errors were encountered: