Add admin panel and make it work for user resource

This commit is contained in:
riggraz
2019-08-21 16:13:39 +02:00
parent 462002c416
commit ecc0d1cb27
17 changed files with 321 additions and 4 deletions

View File

@@ -28,8 +28,12 @@ gem 'jbuilder', '~> 2.7'
# Reduces boot times through caching; required in config/boot.rb
gem 'bootsnap', '>= 1.4.2', require: false
# Authentication
gem 'devise', git: 'https://github.com/plataformatec/devise'
# Administration panel
gem "administrate", git: "https://github.com/thoughtbot/administrate.git"
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]