Skip to content

Instantly share code, notes, and snippets.

@truongnmt
Created January 3, 2022 00:09
Show Gist options
  • Save truongnmt/ec2477dbf890261170263cfb47704df8 to your computer and use it in GitHub Desktop.
Save truongnmt/ec2477dbf890261170263cfb47704df8 to your computer and use it in GitHub Desktop.
serialize_into_session
def serialize_into_session(record)
[record.to_key, record.authenticatable_salt]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment