Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created May 4, 2011 18:18
Show Gist options
  • Save johnmcaliley/955703 to your computer and use it in GitHub Desktop.
Save johnmcaliley/955703 to your computer and use it in GitHub Desktop.
devise setup
rails g devise:install
rails g devise User
rails g devise:views
rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment