Skip to content

Instantly share code, notes, and snippets.

@deevis
Created January 13, 2013 00:41
Show Gist options
  • Save deevis/4521377 to your computer and use it in GitHub Desktop.
Save deevis/4521377 to your computer and use it in GitHub Desktop.
add activeadmin user sql statement
insert into admin_users (id, email, encrypted_password, created_at, updated_at) values ('1', 'admin@example.com', '$2a$10$Xsa8cX1G4jK9EGFV17UkOeTQnMPlp6GNaRld8pnVlIELUWTLY0Xx6', now(), now());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment