Skip to content

Ensures saving of other changed attributes on state change.#18

Open
LeFnord wants to merge 4 commits intogeekq:developfrom
LeFnord:develop
Open

Ensures saving of other changed attributes on state change.#18
LeFnord wants to merge 4 commits intogeekq:developfrom
LeFnord:develop

Conversation

@LeFnord
Copy link
Copy Markdown

@LeFnord LeFnord commented Jan 21, 2025

- to avoid a second write query

before:
```rb
def event
  o.title = 'new title'
  o.save
end
```

now:
```rb
def event
  o.title = 'new title'
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant