Skip to content

Instantly share code, notes, and snippets.

@devotdev
Created July 7, 2026 09:52
Show Gist options
  • Select an option

  • Save devotdev/0ba256387dff35b6ab5f7246fe225025 to your computer and use it in GitHub Desktop.

Select an option

Save devotdev/0ba256387dff35b6ab5f7246fe225025 to your computer and use it in GitHub Desktop.
Simple ActiveRecord update
user.update!(
archived: true,
archived_at: Time.current
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment