thecore_ui_rails_admin 3.2.3 → 3.2.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3be09c7358ff620e9bc4484792bed2199c7e3dd74e4a5d03ccf7f4f6d70d8d9f
|
4
|
+
data.tar.gz: 4734782f61c0ac3578ed90f4bc00005ac9f9ca01a4ae008878d930ee034b20dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8856008e57c4c2e6b45049310568ef312505e2ccaea19f0169351df975fbc169938402ad684b5a01db9fa95604ba672002c8133f7b7a29300e74f8153e3bb141
|
7
|
+
data.tar.gz: 6a5d1d5eb48f5db855a6b925d12318762e5b0481dad1a73311146a4c67118d9ae54c888fe7bb4431affb309881858c186c7ac8505e7b17709e0876da99c62d88
|
@@ -1,5 +1,6 @@
|
|
1
1
|
Rails.application.configure do
|
2
2
|
config.after_initialize do
|
3
|
+
RailsAdmin::ApplicationController.send(:include, ConcernRAApplicationController)
|
3
4
|
## Rails Admin
|
4
5
|
### More at https://github.com/sferik/rails_admin/wiki/Base-configuration
|
5
6
|
## == Devise ==
|
@@ -29,7 +30,6 @@ Rails.application.configure do
|
|
29
30
|
|
30
31
|
RailsAdmin::Config::Actions::Export.send(:include, ExportConcern)
|
31
32
|
RailsAdmin::Config::Actions::BulkDelete.send(:include, BulkDeleteConcern)
|
32
|
-
RailsAdmin::ApplicationController.send(:include, ConcernRAApplicationController)
|
33
33
|
|
34
34
|
Role.send :include, ThecoreUiRailsAdminRoleConcern
|
35
35
|
User.send :include, ThecoreUiRailsAdminUserConcern
|