Skip to content

Instantly share code, notes, and snippets.

@rubyconvict
Created November 19, 2021 10:32
Show Gist options
  • Save rubyconvict/2ab54839c97a5d727685cb40709ec395 to your computer and use it in GitHub Desktop.
Save rubyconvict/2ab54839c97a5d727685cb40709ec395 to your computer and use it in GitHub Desktop.
if yes?("Add devise?")
gem 'devise'
after_bundle do
rails_command 'generate devise:install'
rails_command "generate devise #{model}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment