First working version with devise+rails_admin

This commit is contained in:
2020-08-19 07:31:31 +01:00
parent 8eadda6a48
commit 1bc17c462a
21 changed files with 230 additions and 38 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ require("@rails/ujs").start()
require("turbolinks").start()
require("@rails/activestorage").start()
require("channels")
global.toastr = require("toastr")
import "../stylesheets/application"
// Uncomment to copy all static images under ../images to the output folder and reference
// them with the image_pack_tag helper in views (e.g <%= image_pack_tag 'rails.png' %>)
@@ -0,0 +1 @@
@import 'toastr'