kono_utils_bootstrap_view4 0.1.0.pre.rc.2 → 0.1.0.pre.rc.3
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: af050b32fff9d51537da77026dbe781bc8ea8d418ef4d26f0761f4e004ab81d0
|
4
|
+
data.tar.gz: f872c5bb857176314e150d0226b76c99886be0f33c235c4d8b6f8f30fc640b6b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f39c2dbdd0292db394bfc8ef5088f6067f4793767d32505274ff777d2facab87668e53fe47245198deeb3eb2baff166208612395b16c8dd0b2eb3ae5793d1c1
|
7
|
+
data.tar.gz: 0fa63fef77609f069eced3777f28539f8bafe52a9e941facbee740f388a8fc3035057ec216c06ddf98e327788212f3e84560bc312bfc5fdac0060640aa17539c
|
@@ -11,6 +11,9 @@ module KonoUtilsBootstrapView4
|
|
11
11
|
require 'data-confirm-modal'
|
12
12
|
require 'kono_utils'
|
13
13
|
|
14
|
+
# questa parte serve a Zeitwerk per identificare concepts come una directory da cui caricare il codice
|
15
|
+
config.autoload_paths << File.expand_path("../../app/concepts", __dir__)
|
16
|
+
|
14
17
|
initializer 'kono_utils_bootstrap_view4.append_views', :before => 'kono_utils.append_views', :group => :all do |app|
|
15
18
|
ActionController::Base.append_view_path KonoUtilsBootstrapView4::Engine.root.join("app", "views", "kono_utils")
|
16
19
|
ActionController::Base.append_view_path KonoUtilsBootstrapView4::Engine.root.join("app", "views", "kono_utils", "base_editing")
|
@@ -46,7 +49,7 @@ module KonoUtilsBootstrapView4
|
|
46
49
|
Array([
|
47
50
|
"kono_utils/object/cell/forms/fields/bases/layout"
|
48
51
|
]).each do |cell_class|
|
49
|
-
puts "@@@@@ #{cell_class.camelize.constantize.prefixes}"
|
52
|
+
puts "@@@@@ - #{cell_class.camelize.constantize.name} - #{cell_class.camelize.constantize.prefixes}"
|
50
53
|
app.config.assets.paths += cell_class.camelize.constantize.prefixes # Song::Cell.prefixes
|
51
54
|
end
|
52
55
|
end
|