explorak5_login_prueba 6.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 16b8092fb89f6f6ccc823b7670c4925ab41f419639c5b7818eec248ab6e8fb80
|
4
|
+
data.tar.gz: 9e1f20d26ac0757d3d5bbee183f4d030d1c25efe06eca803372307e860dad516
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 100b1997620df422a129f0f8fc6ac28425a56f9508d31ac6232c2c0119091bf164569b26e3b203e007b23f5e4b7a37a3db0e5a1a2f637dbb7102f7140cde2530
|
7
|
+
data.tar.gz: ed5c84736e7c82d75a49da497ac3baaedfbeab7dd771f375b913b4d0f52de47198f1a1b866548f70b93430bf153ca67a2cc10c62d1a82c8a9bb8471e275d5303
|
@@ -1,14 +1,11 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
module ExploraK5LoginPrueba
|
1
|
+
module Explorak5LoginPrueba
|
4
2
|
class Engine < ::Rails::Engine
|
5
|
-
|
6
|
-
config.paths['app/views'] << File.expand_path('lib/explorak5_login_prueba/app/views', __dir__)
|
3
|
+
isolate_namespace Explorak5LoginPrueba
|
7
4
|
|
8
|
-
initializer 'explorak5_login_prueba.
|
9
|
-
|
10
|
-
|
11
|
-
|
5
|
+
initializer 'explorak5_login_prueba.action_controller' do |app|
|
6
|
+
ActiveSupport.on_load :action_controller do
|
7
|
+
append_view_path Explorak5LoginPrueba::Engine.root.join('app', 'views')
|
8
|
+
end
|
12
9
|
end
|
13
10
|
end
|
14
11
|
end
|