add admin user by devise

This commit is contained in:
João Geonizeli
2021-08-03 19:46:26 -03:00
parent 50f12f49a6
commit f9a5f15e0e
19 changed files with 703 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
# frozen_string_literal: true
Rails.application.routes.draw do
devise_for :admin_users
# For details on the DSL available within this file, see https://guides.rubyonrails.org/routing.html
end