Skip to content

Instantly share code, notes, and snippets.

@joekrump
Created July 13, 2023 00:17
Show Gist options
  • Save joekrump/deae0dd27ced76ece35ebd658f605df4 to your computer and use it in GitHub Desktop.
Save joekrump/deae0dd27ced76ece35ebd658f605df4 to your computer and use it in GitHub Desktop.
Setup devise
#!/usr/bin/env bash
bundle add devise && rails g devise:install && rails g devise user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment