Skip to content

Instantly share code, notes, and snippets.

@alexdesi
Created September 27, 2012 09:37
Show Gist options
  • Save alexdesi/3793141 to your computer and use it in GitHub Desktop.
Save alexdesi/3793141 to your computer and use it in GitHub Desktop.
Create a user with authlogic without automatic login
user.attributes = { ... }
user.save_without_session_maintenance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment