Skip to content

Instantly share code, notes, and snippets.

@azhtom
Created February 11, 2014 16:45
Show Gist options
  • Select an option

  • Save azhtom/8938735 to your computer and use it in GitHub Desktop.

Select an option

Save azhtom/8938735 to your computer and use it in GitHub Desktop.
Create a new user admin in ActiveAdmin
AdminUser.create!(:email => 'admin@example.com', :password => 'password', :password_confirmation => 'password')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment