Created
January 13, 2013 00:41
-
-
Save deevis/4521377 to your computer and use it in GitHub Desktop.
add activeadmin user sql statement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
insert into admin_users (id, email, encrypted_password, created_at, updated_at) values ('1', '[email protected]', '$2a$10$Xsa8cX1G4jK9EGFV17UkOeTQnMPlp6GNaRld8pnVlIELUWTLY0Xx6', now(), now()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment