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
* Add `Avram::SaveOperation#new_record?`
`#persisted?` always returns `true` in `after_*` hooks, whether
a new record was created, or an existing one was updated.
This method should always return `true` for a create or `false`
for an update, independent of the stage we are at in the operation.
* Support updates for nested `.has_one` save operations
Resolves#7
* Add `.needs` support for nested `.has_one` save operations
* Revert "Add `.needs` support for nested `.has_one` save operations"
This reverts commit d7cb80a.
* Set foreign key in `after_save` callback
* Rename instance var
Related to luckyframework/lucky_record#247 and #52
The text was updated successfully, but these errors were encountered: